UNPKG

88 BTypeScriptView Raw
1export interface IClearWrapper {
2 toastId?: string;
3 toastContainerId?: number;
4}