Skip to content

Commit

Permalink
remove ToastOptions from index
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank99 committed Jun 13, 2023
1 parent 8fb30e7 commit f356f9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/itwinui-react/src/core/Toast/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
export { useToaster } from './Toaster.js';
export type { ToastOptions } from './Toaster.js';
1 change: 0 additions & 1 deletion packages/itwinui-react/src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ export { TimePicker } from './TimePicker/index.js';
export type { MeridiemType } from './TimePicker/index.js';

export { useToaster } from './Toast/index.js';
export type { ToastOptions } from './Toast/index.js';

export { ThemeProvider } from './ThemeProvider/index.js';
export type { ThemeType } from './ThemeProvider/index.js';
Expand Down

0 comments on commit f356f9d

Please sign in to comment.