Skip to content

Commit

Permalink
Deploying to master from @ 9d88292 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kvas-damian committed Nov 27, 2023
1 parent 9d88292 commit 2f9ea09
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 12 deletions.
23 changes: 20 additions & 3 deletions dist/lib/js/components/Drawer/DrawerDivider/DrawerDivider.vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
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;
}>;
import Divider from '../../Divider';
declare const _default: {
name: string;
components: {
DsDivider: typeof Divider;
};
props: {
prominence: {
type: StringConstructor;
default: string;
validator: (value: string) => boolean;
};
size: {
type: StringConstructor;
default: string;
validator: (value: string) => boolean;
};
};
};
export default _default;
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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;
}>;
declare const _default: {
name: string;
};
export default _default;
Loading

0 comments on commit 2f9ea09

Please # to comment.