g-ui-web
Version:
70 lines (69 loc) • 1.75 kB
TypeScript
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
type: {
type: StringConstructor;
default: string;
};
size: {
type: StringConstructor;
default: string;
};
arrow: {
type: BooleanConstructor;
default: boolean;
};
row: {
type: StringConstructor;
default: () => number;
};
dbOptions: {
type: ObjectConstructor;
default: {
data: never[];
dataUrl: {};
};
};
}>, {
props: {
readonly type: string;
readonly size: string;
readonly dbOptions: Record<string, any>;
readonly row: string;
readonly arrow: boolean;
};
targetStructRef: globalThis.Ref<null, null>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"arrow-click": (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
type: {
type: StringConstructor;
default: string;
};
size: {
type: StringConstructor;
default: string;
};
arrow: {
type: BooleanConstructor;
default: boolean;
};
row: {
type: StringConstructor;
default: () => number;
};
dbOptions: {
type: ObjectConstructor;
default: {
data: never[];
dataUrl: {};
};
};
}>> & Readonly<{
"onArrow-click"?: ((...args: any[]) => any) | undefined;
}>, {
type: string;
size: string;
dbOptions: Record<string, any>;
row: string;
arrow: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;