Files
quinn-wx/components/empty/props.d.ts
2022-12-01 17:21:12 +08:00

4 lines
96 B
TypeScript

import { TdEmptyProps } from './type';
declare const props: TdEmptyProps;
export default props;