UNPKG

319 BTypeScriptView Raw
1import React from 'react';
2declare type SelectableContextType = (key: string | null, event: any) => void;
3declare const SelectableContext: React.Context<SelectableContextType | null>;
4export declare const makeEventKey: (eventKey: string | null, href?: string | null) => string | null;
5export default SelectableContext;