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.
29 lines
2.2 KiB
29 lines
2.2 KiB
|
2 years ago
|
declare const _default: import("vue").DefineComponent<{
|
||
|
|
readonly variant: import("../../../utils").EpPropFinalized<StringConstructor, "text" | "button" | "circle" | "caption" | "image" | "rect" | "h1" | "h3" | "p", unknown, "text", 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;
|
||
|
|
};
|
||
|
|
PictureFilled: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
||
|
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
||
|
|
readonly variant: import("../../../utils").EpPropFinalized<StringConstructor, "text" | "button" | "circle" | "caption" | "image" | "rect" | "h1" | "h3" | "p", unknown, "text", boolean>;
|
||
|
|
}>>, {
|
||
|
|
readonly variant: import("../../../utils").EpPropMergeType<StringConstructor, "text" | "button" | "circle" | "caption" | "image" | "rect" | "h1" | "h3" | "p", unknown>;
|
||
|
|
}>;
|
||
|
|
export default _default;
|