DIR:/home/htlwork.com/www/himsaral/node_modules/react-bootstrap/cjs/ |
Current File : //home/htlwork.com/www/himsaral/node_modules/react-bootstrap/cjs/NavContext.d.ts |
import * as React from 'react'; import { EventKey } from '@restart/ui/types'; interface NavContextType { role?: string; activeKey: EventKey | null; getControlledId: (key: EventKey | null) => string; getControllerId: (key: EventKey | null) => string; } declare const NavContext: React.Context<NavContextType | null>; export default NavContext; |