vuestic-ui
Version:
Vue 3 UI Framework
162 lines (161 loc) • 3.81 kB
TypeScript
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
modelValue: {
type: BooleanConstructor;
default: boolean;
};
disabled: {
type: BooleanConstructor;
default: boolean;
};
header: {
type: StringConstructor;
default: string;
};
icon: {
type: StringConstructor;
default: string;
};
color: {
type: StringConstructor;
default: undefined;
};
bodyColor: {
type: StringConstructor;
default: undefined;
};
textColor: {
type: StringConstructor;
default: string;
};
bodyTextColor: {
type: StringConstructor;
default: string;
};
iconColor: {
type: StringConstructor;
default: string;
};
colorAll: {
type: BooleanConstructor;
default: boolean;
};
stateful: {
type: BooleanConstructor;
default: boolean;
};
preset: {
type: import("vue").PropType<import("../../composables").PresetPropValue>;
default: undefined;
};
}, {
toggle: () => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
[x: string]: (...args: any[]) => void;
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
modelValue: {
type: BooleanConstructor;
default: boolean;
};
disabled: {
type: BooleanConstructor;
default: boolean;
};
header: {
type: StringConstructor;
default: string;
};
icon: {
type: StringConstructor;
default: string;
};
color: {
type: StringConstructor;
default: undefined;
};
bodyColor: {
type: StringConstructor;
default: undefined;
};
textColor: {
type: StringConstructor;
default: string;
};
bodyTextColor: {
type: StringConstructor;
default: string;
};
iconColor: {
type: StringConstructor;
default: string;
};
colorAll: {
type: BooleanConstructor;
default: boolean;
};
stateful: {
type: BooleanConstructor;
default: boolean;
};
preset: {
type: import("vue").PropType<import("../../composables").PresetPropValue>;
default: undefined;
};
}>>, {
header: string;
modelValue: boolean;
stateful: boolean;
preset: import("../../composables").PresetPropValue;
color: string;
textColor: string;
icon: string;
disabled: boolean;
iconColor: string;
bodyColor: string;
bodyTextColor: string;
colorAll: boolean;
}, {}>, {
header?(_: {
value: boolean;
bind: {
id: string;
tabindex: number;
'aria-controls': string;
'aria-expanded': boolean;
'aria-disabled': boolean;
role: string;
};
attributes: {
id: string;
tabindex: number;
'aria-controls': string;
'aria-expanded': boolean;
'aria-disabled': boolean;
role: string;
};
attrs: {
id: string;
tabindex: number;
'aria-controls': string;
'aria-expanded': boolean;
'aria-disabled': boolean;
role: string;
};
iconAttrs: {
class: string[];
};
text: string;
}): any;
"header-content"?(_: {
header: string;
}): any;
"expand-icon"?(_: {}): any;
body?(_: {}): any;
default?(_: {}): any;
content?(_: {}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};