UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

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