Skip to content

Commit

Permalink
refactor: 🏷️ export Toaster component props interface
Browse files Browse the repository at this point in the history
  • Loading branch information
diecodev committed Jan 13, 2024
1 parent 5fff886 commit 7209742
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export { Toaster } from "./toaster";
export { toast } from "../utils/state";
export type { ToastT, ExternalToast } from "../utils/types";
export type {
ToastT as Toast,
ExternalToast,
ToasterProps,
} from "../utils/types";

0 comments on commit 7209742

Please sign in to comment.