UNPKG

@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>

43 lines (42 loc) 935 B
import { DocDemoTemplate } from '../../../_demo/types.ts'; export declare const docs: { 'zh-CN': string; }; export declare const schema: { border: { type: "list"; list: readonly ["all", "row", "column", "frame", "row-column", "row-frame", "column-frame", "none"]; }; loading: { type: "boolean"; default: false; }; small: { type: "boolean"; default: false; }; emptyLabel: { type: "string"; default: undefined; }; loadingLabel: { type: "string"; default: undefined; }; }; export declare const ctx: { columns: { label: string; key: string; }[]; data: { no: number; key: number; name: string; salary: number; address: string; email: string; other: string; }[]; }; export declare const template: DocDemoTemplate<typeof schema>;