UNPKG

unika-components

Version:

Unika Vue3 components library

44 lines (43 loc) 1.08 kB
export declare const formInputDefaultProps: { id: string; pid: string; type: string; title: string; inputType: string; layerName: string; sign: boolean; signSort: number; css: { fontFamily: string; fontSize: number; color: string; width: number; height: number; left: number; top: number; backgroundColor: string; borderRadius: number; borderColor: string; borderWidth: number; borderStyle: string; transform: number; opacity: number; }; properties: { visible: boolean; isLock: boolean; required: boolean; musicName: string; musicLink: string; musicHash: string; shadowSize: number; shadowColor: string; shadowX: number; shadowY: number; shadowBlur: number; shadowPoint: number; aniOrigin: string; animations: never[]; }; }; export default formInputDefaultProps;