4 lines
98 B
TypeScript
Executable File
4 lines
98 B
TypeScript
Executable File
import { TdButtonProps } from './type';
|
|
declare const props: TdButtonProps;
|
|
export default props;
|