Files
Speedtest-Tracker/conf/site/node_modules/react-bootstrap/cjs/NavbarContext.d.ts
2020-07-08 12:08:03 +01:00

9 lines
226 B
TypeScript

import React from 'react';
export interface NavbarContextType {
onToggle: () => void;
bsPrefix?: string;
expanded: boolean;
}
declare const context: React.Context<NavbarContextType | null>;
export default context;