diff options
| author | Adam <[email protected]> | 2025-10-03 09:04:28 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-03 09:04:28 -0500 |
| commit | 3fa280d21878ae391674a21758199df3d2d8c3b5 (patch) | |
| tree | f70c6ecafffeecc8e7a59dc9acef66c59a9ea54a /packages/desktop/src/ui/index.ts | |
| parent | 1d58b5548287a3e32ffce3abdcf0f2db08fdb155 (diff) | |
| download | opencode-3fa280d21878ae391674a21758199df3d2d8c3b5.tar.gz opencode-3fa280d21878ae391674a21758199df3d2d8c3b5.zip | |
chore: app -> desktop
Diffstat (limited to 'packages/desktop/src/ui/index.ts')
| -rw-r--r-- | packages/desktop/src/ui/index.ts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/desktop/src/ui/index.ts b/packages/desktop/src/ui/index.ts new file mode 100644 index 000000000..d3f24a192 --- /dev/null +++ b/packages/desktop/src/ui/index.ts @@ -0,0 +1,13 @@ +export { Button, type ButtonProps } from "./button" +export { + Collapsible, + type CollapsibleProps, + type CollapsibleTriggerProps, + type CollapsibleContentProps, +} from "./collapsible" +export { FileIcon, type FileIconProps } from "./file-icon" +export { Icon, type IconProps } from "./icon" +export { IconButton, type IconButtonProps } from "./icon-button" +export { Link, type LinkProps } from "./link" +export { Logo, type LogoProps } from "./logo" +export { Tooltip, type TooltipProps } from "./tooltip" |
