UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

8 lines (7 loc) 212 B
import { ReactNode } from 'react'; interface Props { children?: ReactNode; fallback?: ReactNode; } export declare function AfterInitialMount({ children, fallback }: Props): JSX.Element; export {};