Files

4 lines
98 B
TypeScript
Raw Normal View History

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