UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines 264 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