Skip to content

Commit

Permalink
feat: add the new handler options
Browse files Browse the repository at this point in the history
  • Loading branch information
robherba committed Oct 3, 2023
1 parent fca8121 commit 27102ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/handlers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ declare module '@emulsify-cli/handlers' {
force?: boolean;
all?: boolean;
};

export type CreateComponentHandlerOptions = {
directory?: string | void;
};
}

0 comments on commit 27102ce

Please sign in to comment.