All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
package.lib.components.VAvatar.index.d.mts Maven / Gradle / Ivy
import * as vue from 'vue';
import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType } from 'vue';
interface FilterPropsOptions, Props = ExtractPropTypes> {
filterProps, U extends Exclude>>(props: T): Partial>;
}
type Density = null | 'default' | 'comfortable' | 'compact';
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
declare const IconValue: PropType;
declare const VAvatar: {
new (...args: any[]): vue.CreateComponentPublicInstance<{
end: boolean;
style: vue.StyleValue;
size: string | number;
start: boolean;
tag: string;
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
tile: boolean;
density: Density;
} & {
class?: any;
image?: string | undefined;
text?: string | undefined;
theme?: string | undefined;
color?: string | undefined;
icon?: IconValue | undefined;
rounded?: string | number | boolean | undefined;
} & {
$children?: vue.VNodeChild | {
default?: (() => vue.VNodeChild) | undefined;
} | (() => vue.VNodeChild);
'v-slots'?: {
default?: false | (() => vue.VNodeChild) | undefined;
} | undefined;
} & {
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
end: boolean;
style: vue.StyleValue;
size: string | number;
start: boolean;
tag: string;
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
tile: boolean;
density: Density;
} & {
class?: any;
image?: string | undefined;
text?: string | undefined;
theme?: string | undefined;
color?: string | undefined;
icon?: IconValue | undefined;
rounded?: string | number | boolean | undefined;
} & {
$children?: vue.VNodeChild | {
default?: (() => vue.VNodeChild) | undefined;
} | (() => vue.VNodeChild);
'v-slots'?: {
default?: false | (() => vue.VNodeChild) | undefined;
} | undefined;
} & {
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
}, {
end: boolean;
style: vue.StyleValue;
size: string | number;
start: boolean;
tag: string;
rounded: string | number | boolean;
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
tile: boolean;
density: Density;
}, true, {}, vue.SlotsType vue.VNode[];
}>>, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, {
end: boolean;
style: vue.StyleValue;
size: string | number;
start: boolean;
tag: string;
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
tile: boolean;
density: Density;
} & {
class?: any;
image?: string | undefined;
text?: string | undefined;
theme?: string | undefined;
color?: string | undefined;
icon?: IconValue | undefined;
rounded?: string | number | boolean | undefined;
} & {
$children?: vue.VNodeChild | {
default?: (() => vue.VNodeChild) | undefined;
} | (() => vue.VNodeChild);
'v-slots'?: {
default?: false | (() => vue.VNodeChild) | undefined;
} | undefined;
} & {
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
}, {}, {}, {}, {}, {
end: boolean;
style: vue.StyleValue;
size: string | number;
start: boolean;
tag: string;
rounded: string | number | boolean;
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
tile: boolean;
density: Density;
}>;
__isFragment?: undefined;
__isTeleport?: undefined;
__isSuspense?: undefined;
} & vue.ComponentOptionsBase<{
end: boolean;
style: vue.StyleValue;
size: string | number;
start: boolean;
tag: string;
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
tile: boolean;
density: Density;
} & {
class?: any;
image?: string | undefined;
text?: string | undefined;
theme?: string | undefined;
color?: string | undefined;
icon?: IconValue | undefined;
rounded?: string | number | boolean | undefined;
} & {
$children?: vue.VNodeChild | {
default?: (() => vue.VNodeChild) | undefined;
} | (() => vue.VNodeChild);
'v-slots'?: {
default?: false | (() => vue.VNodeChild) | undefined;
} | undefined;
} & {
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record, string, {
end: boolean;
style: vue.StyleValue;
size: string | number;
start: boolean;
tag: string;
rounded: string | number | boolean;
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
tile: boolean;
density: Density;
}, {}, string, vue.SlotsType vue.VNode[];
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
color: StringConstructor;
variant: Omit<{
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
default: string;
validator: (v: any) => boolean;
}, "default" | "type"> & {
type: vue.PropType>;
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
};
theme: StringConstructor;
tag: {
type: StringConstructor;
default: string;
};
size: {
type: (StringConstructor | NumberConstructor)[];
default: string;
};
rounded: {
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
default: undefined;
};
tile: BooleanConstructor;
density: {
type: vue.PropType;
default: string;
validator: (v: any) => boolean;
};
class: vue.PropType;
style: {
type: vue.PropType;
default: null;
};
start: BooleanConstructor;
end: BooleanConstructor;
icon: vue.PropType;
image: StringConstructor;
text: StringConstructor;
}, vue.ExtractPropTypes<{
color: StringConstructor;
variant: Omit<{
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
default: string;
validator: (v: any) => boolean;
}, "default" | "type"> & {
type: vue.PropType>;
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
};
theme: StringConstructor;
tag: {
type: StringConstructor;
default: string;
};
size: {
type: (StringConstructor | NumberConstructor)[];
default: string;
};
rounded: {
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
default: undefined;
};
tile: BooleanConstructor;
density: {
type: vue.PropType;
default: string;
validator: (v: any) => boolean;
};
class: vue.PropType;
style: {
type: vue.PropType;
default: null;
};
start: BooleanConstructor;
end: BooleanConstructor;
icon: vue.PropType;
image: StringConstructor;
text: StringConstructor;
}>>;
type VAvatar = InstanceType;
export { VAvatar };