UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

9 lines (8 loc) 261 B
import { ReactNode } from 'react'; interface Props { children?: ReactNode; fallback?: ReactNode; } export declare function AfterInitialMount({ children, fallback }: Props): JSX.Element; export {}; //# sourceMappingURL=AfterInitialMount.d.ts.map