UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

9 lines (8 loc) 243 B
/// <reference types="react" /> export interface BackdropProps { belowNavigation?: boolean; transparent?: boolean; onClick?(): void; onTouchStart?(): void; } export declare function Backdrop(props: BackdropProps): JSX.Element;