yuang-framework-ui-pc
Version:
yuang-framework-ui-pc Library
25 lines (23 loc) • 957 B
TypeScript
import { FrameworkAttachment } from 'yuang-framework-ui-common/lib/interface/framework/frameworkAttachment';
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
modelValue: import('vue').PropType<string>;
param: {
type: import('vue').PropType<{}>;
default: any;
};
}>, {
getAttachmentList: () => any;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (frameworkAttachment: FrameworkAttachment) => void;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
modelValue: import('vue').PropType<string>;
param: {
type: import('vue').PropType<{}>;
default: any;
};
}>> & Readonly<{
onChange?: ((frameworkAttachment: FrameworkAttachment) => any) | undefined;
}>, {
param: {};
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;