chore: generate
This commit is contained in:
parent
605ae48c6f
commit
9211ef7e95
3 changed files with 14 additions and 10 deletions
|
|
@ -18,7 +18,17 @@ export function DialogFooter(props: ParentProps) {
|
|||
}
|
||||
|
||||
export function Dialog(props: DialogProps) {
|
||||
const [local] = splitProps(props, ["title", "description", "action", "size", "variant", "class", "classList", "fit", "children"])
|
||||
const [local] = splitProps(props, [
|
||||
"title",
|
||||
"description",
|
||||
"action",
|
||||
"size",
|
||||
"variant",
|
||||
"class",
|
||||
"classList",
|
||||
"fit",
|
||||
"children",
|
||||
])
|
||||
const title = children(() => local.title)
|
||||
const description = children(() => local.description)
|
||||
const action = children(() => local.action)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue