UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

9 lines 345 B
import React from 'react'; export interface FullscreenBarProps { /** Callback when back button is clicked */ onAction: () => void; /** Render child elements */ children?: React.ReactNode; } export declare function FullscreenBar({ onAction, children }: FullscreenBarProps): JSX.Element; //# sourceMappingURL=FullscreenBar.d.ts.map