UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

7 lines (6 loc) 271 B
/// <reference types="react" /> import { ToastProps as ToastProps1 } from '../../utilities/frame'; export interface ToastProps extends ToastProps1 { } export declare const Toast: import("react").NamedExoticComponent<ToastProps>; //# sourceMappingURL=Toast.d.ts.map