Files
test/miniprogram_npm/tdesign-miniprogram/indexes/props.d.ts
lingxiao865 6c6fe3d0d6 first commit
2025-09-18 12:39:54 +08:00

4 lines
100 B
TypeScript

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