You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.8 KiB
42 lines
1.8 KiB
declare const _default: import("vue").DefineComponent<{
|
|
/**
|
|
* @description name of the group
|
|
*/
|
|
label: StringConstructor;
|
|
/**
|
|
* @description whether to disable all options in this group
|
|
*/
|
|
disabled: BooleanConstructor;
|
|
}, {
|
|
visible: import("vue").Ref<boolean>;
|
|
ns: {
|
|
namespace: import("vue").ComputedRef<string>;
|
|
b: (blockSuffix?: string) => string;
|
|
e: (element?: string | undefined) => string;
|
|
m: (modifier?: string | undefined) => string;
|
|
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
is: {
|
|
(name: string, state: boolean | undefined): string;
|
|
(name: string): string;
|
|
};
|
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
cssVarName: (name: string) => string;
|
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
cssVarBlockName: (name: string) => string;
|
|
};
|
|
}, 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;
|
|
|