-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to master from @ 9d88292 🚀
- Loading branch information
1 parent
9d88292
commit 2f9ea09
Showing
4 changed files
with
317 additions
and
12 deletions.
There are no files selected for viewing
23 changes: 20 additions & 3 deletions
23
dist/lib/js/components/Drawer/DrawerDivider/DrawerDivider.vue.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
7 changes: 4 additions & 3 deletions
7
dist/lib/js/components/Drawer/DrawerListItemGroup/DrawerListItemGroup.vue.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
Oops, something went wrong.