UNPKG

tntd

Version:

tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。

6 lines 566 B
import * as React from 'react'; import type { RefOptionListProps } from 'rc-select/lib/OptionList'; import type { DefaultOptionType, InternalFieldNames, SingleValueType } from '../Cascader'; declare const _default: (ref: React.Ref<RefOptionListProps>, options: DefaultOptionType[], fieldNames: InternalFieldNames, activeValueCells: React.Key[], setActiveValueCells: (activeValueCells: React.Key[]) => void, onKeyBoardSelect: (valueCells: SingleValueType, option: DefaultOptionType) => void) => void; export default _default; //# sourceMappingURL=useKeyboard.d.ts.map