UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

14 lines (13 loc) 415 B
import * as React from 'react'; import { NavigationType } from './Navigation.type'; export declare const NavigationContext: React.Context<{ value: string | number; onChange: (id: string | number) => void; expanded: boolean; reveal: boolean; acrylic: boolean; horizontal: boolean; }>; export declare const name = "Navigation"; declare const _default: NavigationType; export default _default;