tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
8 lines • 396 B
TypeScript
import React from 'react';
import type { CheckboxGroupProps as AntdCheckboxGroupProps } from 'antd/lib/checkbox/Group';
export declare type CheckboxGroupProps = AntdCheckboxGroupProps & {
readonly?: boolean;
};
declare const _default: React.ForwardRefExoticComponent<AntdCheckboxGroupProps & React.RefAttributes<unknown>>;
export default _default;
//# sourceMappingURL=checkbox-group.d.ts.map