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