UNPKG

@shopify/app-bridge

Version:

**Shopify is doubling our engineering staff in 2021! [Join our team and work on libraries like this one.](https://smrtr.io/5GGrc)**

7 lines (6 loc) 330 B
import { ClientApplication } from '../../client'; import { Toast, Options } from '../Toast'; export { ActionBase, clear, ClearAction, show, ShowAction, ToastAction as FlashAction, } from '../Toast'; export declare class Flash extends Toast { } export declare function create(app: ClientApplication<any>, options: Options): Flash;