Files

4 lines
102 B
TypeScript
Raw Normal View History

2023-08-18 17:32:18 +08:00
import { TdCheckboxProps } from './type';
declare const props: TdCheckboxProps;
export default props;