Skip to content

Commit

Permalink
Deploying to master from @ e79cd2e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kvas-damian committed Apr 12, 2024
1 parent e79cd2e commit c1b75b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 66 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
import Divider from '../../Divider/Divider.vue';
declare const _default: {
name: string;
components: {
Divider: typeof Divider;
};
};
export default _default;
export declare function render(_ctx: any, _cache: any, $props: any, $setup: any, $data: any, $options: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>;
Original file line number Diff line number Diff line change
@@ -1,58 +1,3 @@
import { IconItem } from '../../Icons/Icon';
import SelectListItem from '../SelectListItem/SelectListItem.vue';
declare const _default: {
name: string;
components: {
SelectListItem: typeof SelectListItem;
};
props: {
iconOff: {
type: ObjectConstructor;
default: null;
validator(icon: any): boolean;
};
iconOn: {
type: ObjectConstructor;
default: null;
validator(icon: any): boolean;
};
isOn: {
type: BooleanConstructor;
default: boolean;
};
labelOff: {
type: StringConstructor;
required: boolean;
};
labelOn: {
type: StringConstructor;
required: boolean;
};
size: {
type: StringConstructor;
default: string;
validator(size: any): boolean;
};
state: {
type: StringConstructor;
default: string;
validator(size: any): boolean;
};
};
data(): {
SELECT_LIST_ITEM_SELECTION_MODE: Readonly<{
SELECT_ONLY: string;
TOGGLE: string;
}>;
SELECT_LIST_ITEM_STATES: Readonly<{
DEFAULT: string;
LOADING: string;
DISABLED: string;
}>;
};
computed: {
icon(): IconItem | null;
label(): string;
};
};
export default _default;
export declare function render(_ctx: any, _cache: any, $props: any, $setup: any, $data: any, $options: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>;

0 comments on commit c1b75b2

Please sign in to comment.