diff options
| author | Adam <[email protected]> | 2025-12-14 12:51:36 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-14 21:38:58 -0600 |
| commit | 7ade6d386daeea120415b69f9df522001350db7b (patch) | |
| tree | ba0814e4982bd7154d0c1938352e2f55531ef5a8 /packages/ui/src/components | |
| parent | 2613f44961a73bc57db6662bfa1d0407515c497a (diff) | |
| download | opencode-7ade6d386daeea120415b69f9df522001350db7b.tar.gz opencode-7ade6d386daeea120415b69f9df522001350db7b.zip | |
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/components')
| -rw-r--r-- | packages/ui/src/components/dialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/dialog.tsx b/packages/ui/src/components/dialog.tsx index 56053278d..aebb77885 100644 --- a/packages/ui/src/components/dialog.tsx +++ b/packages/ui/src/components/dialog.tsx @@ -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"]) |
