ideaz-element
Version:
<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>
57 lines (55 loc) • 3.01 kB
TypeScript
import { default as ZCheckbox } from './checkbox';
import { default as ZRadio } from './radio';
import { default as ZSelect } from './select';
import { default as ZInput } from './input';
import { default as ZText } from './text';
import { default as ZWatermark } from './watermark';
import { default as ZDescription } from './descriptions';
import { default as ZFullScreen } from './full-screen';
import { default as ZCrud } from './crud';
declare const ZForm: globalThis.Component & {
install: (app: import('vue').App<any>, options?: Record<string | number | symbol, any> | undefined) => void;
}, ZFilterForm: globalThis.Component & {
install: (app: import('vue').App<any>, options?: Record<string | number | symbol, any> | undefined) => void;
}, ZFormItem: globalThis.Component & {
install: (app: import('vue').App<any>, options?: Record<string | number | symbol, any> | undefined) => void;
};
declare const ZTable: globalThis.Component & {
install: (app: import('vue').App<any>, options?: Record<string | number | symbol, any> | undefined) => void;
}, ZTableCustomColumnContainer: globalThis.Component & {
install: (app: import('vue').App<any>, options?: Record<string | number | symbol, any> | undefined) => void;
};
declare const ZCheckCard: globalThis.Component & {
install: (app: import('vue').App<any>, options?: Record<string | number | symbol, any> | undefined) => void;
}, ZCheckCardItem: globalThis.Component & {
install: (app: import('vue').App<any>, options?: Record<string | number | symbol, any> | undefined) => void;
};
declare const ZTagSelect: globalThis.Component & {
install: (app: import('vue').App<any>, options?: Record<string | number | symbol, any> | undefined) => void;
}, ZTagSelectItem: globalThis.Component & {
install: (app: import('vue').App<any>, options?: Record<string | number | symbol, any> | undefined) => void;
};
declare const ZDialog: globalThis.Component & {
install: (app: import('vue').App<any>, options?: Record<string | number | symbol, any> | undefined) => void;
}, ZDialogTip: import('./dialog').SFCWithInstall<import('./dialog/src/dialog').IDialogTip>;
declare const installer: {
install: (app: import('vue').App<any>, options?: any) => void;
};
export declare const install: (app: import('vue').App<any>, options?: any) => void;
export * from './form/src/hooks';
export * from './types';
export * from './text';
export * from './tag-select';
export * from './table';
export * from './select';
export * from './radio';
export * from './input';
export * from './full-screen';
export * from './form';
export * from './dialog';
export * from './descriptions';
export * from './crud';
export * from './checkbox';
export * from './check-card';
export { ZRadio, ZSelect, ZCheckbox, ZForm, ZInput, ZTable, ZFilterForm, ZTagSelect, ZText, ZWatermark, ZCheckCard, ZCheckCardItem, ZDescription, ZTagSelectItem, ZTableCustomColumnContainer, ZFullScreen, ZCrud, ZDialog, ZDialogTip, ZFormItem, };
export default installer;