first commit

This commit is contained in:
2025-12-29 14:59:44 +08:00
commit 10c3fbb0d7
5315 changed files with 795443 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
import { type ExtractPropTypes } from 'vue';
export declare const skeletonTitleProps: {
round: BooleanConstructor;
titleWidth: (NumberConstructor | StringConstructor)[];
};
export type SkeletonTitleProps = ExtractPropTypes<typeof skeletonTitleProps>;
declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
round: BooleanConstructor;
titleWidth: (NumberConstructor | StringConstructor)[];
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
round: BooleanConstructor;
titleWidth: (NumberConstructor | StringConstructor)[];
}>> & Readonly<{}>, {
round: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;