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