wip(desktop): progress
This commit is contained in:
parent
2613f44961
commit
7ade6d386d
4 changed files with 42 additions and 34 deletions
|
|
@ -14,7 +14,7 @@ export interface DialogProps extends DialogRootProps {
|
|||
classList?: ComponentProps<"div">["classList"]
|
||||
}
|
||||
|
||||
export function DialogRoot(props: DialogProps) {
|
||||
function DialogRoot(props: DialogProps) {
|
||||
let trigger!: HTMLElement
|
||||
const [local, others] = splitProps(props, ["trigger", "class", "classList", "children"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue