UNPKG

341 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 | number | null | undefined, href?: string | null) => string | null;
5export default SelectableContext;