UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

16 lines (15 loc) 497 B
import React from 'react'; import { Section, Item } from './components'; export interface NavigationProps { location: string; children?: React.ReactNode; contextControl?: React.ReactNode; onDismiss?(): void; /** id of the element used as aria-labelledby */ ariaLabelledBy?: string; } export declare const Navigation: React.FunctionComponent<NavigationProps> & { Item: typeof Item; Section: typeof Section; }; //# sourceMappingURL=Navigation.d.ts.map