@opensig/opendesign
Version:
<p align="center"><img src="../docs/public/opendesign-logo-light.png"/></p> <h1 align="center">opendesign</h1> <p align="center">一个 Vue 3 组件库</p> <p align="center"><b>皮肤可定制,使用 TypeScript</b></p>
25 lines (24 loc) • 472 B
TypeScript
export declare const docs: {
'zh-CN': string;
'en-US': string;
};
export declare const ctx: {
list: {
label: number;
}[];
};
export declare const template: (_props: Record<string, any>) => string;
export declare const schema: {
defaultStartIndex: {
type: string;
default: number;
};
itemSize: {
type: string;
default: number;
};
buffer: {
type: string;
default: number;
};
};