hongluan-ui
Version:
Hongluan Component Library for Vue 3
26 lines (25 loc) • 875 B
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* @description name of the group
*/
label: StringConstructor;
/**
* @description whether to disable all options in this group
*/
disabled: BooleanConstructor;
}, {
namespace: import("vue").ComputedRef<string>;
visible: import("vue").Ref<boolean>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* @description name of the group
*/
label: StringConstructor;
/**
* @description whether to disable all options in this group
*/
disabled: BooleanConstructor;
}>>, {
disabled: boolean;
}>;
export default _default;