chore: split function call (#8424)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { Toast, ToastOptions } from './function-call';
|
||||
import type { ToastType, ToastPosition } from './Toast';
|
||||
|
||||
export default Toast;
|
||||
export { Toast };
|
||||
export type { ToastType, ToastOptions, ToastPosition };
|
||||
Reference in New Issue
Block a user