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