UNPKG

tntd

Version:

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

12 lines 431 B
export default TntdCheckboxSelect; declare function TntdCheckboxSelect({ mode, value, onChange, options, dropdownClassName, filterOption, ...restProps }: { [x: string]: any; mode: any; value: any; onChange: any; options: any; dropdownClassName: any; filterOption?: ((inputValue: any, option: any) => any) | undefined; }): React.JSX.Element; import React from "react"; //# sourceMappingURL=index.d.ts.map