fuc-new/doc/node_modules/@vuepress/helper/lib/client/components/LoadingIcon.d.ts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

13 lines
244 B
TypeScript

import type { FunctionalComponent } from 'vue';
/**
* Loading icon
*
* 加载图标
*/
export declare const LoadingIcon: FunctionalComponent<{
size?: number;
stroke?: number;
wrapper?: boolean;
height?: number | string;
}>;