|
1 | | -import { Collapsible } from '@hanzo/gui-collapsible' |
2 | | -import { createCollection } from '@hanzo/gui-collection' |
3 | | -import { useComposedRefs } from '@hanzo/gui-compose-refs' |
4 | | -import { isWeb } from '@hanzo/gui-constants' |
5 | | -import type { GetProps, GetRef, GuiElement } from '@hanzo/gui-core' |
6 | | -import { View, createStyledContext, styled } from '@hanzo/gui-core' |
7 | | -import { composeEventHandlers, withStaticProperties } from '@hanzo/gui-helpers' |
8 | | -import { YStack } from '@hanzo/gui-stacks' |
9 | | -import { H1 } from '@hanzo/gui-text' |
10 | | -import { useControllableState } from '@hanzo/gui-use-controllable-state' |
11 | | -import { useDirection } from '@hanzo/gui-use-direction' |
| 1 | +import { Collapsible } from '@hanzogui/collapsible' |
| 2 | +import { createCollection } from '@hanzogui/collection' |
| 3 | +import { useComposedRefs } from '@hanzogui/compose-refs' |
| 4 | +import { isWeb } from '@hanzogui/constants' |
| 5 | +import type { GetProps, GetRef, GuiElement } from '@hanzogui/core' |
| 6 | +import { View, createStyledContext, styled } from '@hanzogui/core' |
| 7 | +import { composeEventHandlers, withStaticProperties } from '@hanzogui/helpers' |
| 8 | +import { YStack } from '@hanzogui/stacks' |
| 9 | +import { H1 } from '@hanzogui/text' |
| 10 | +import { useControllableState } from '@hanzogui/use-controllable-state' |
| 11 | +import { useDirection } from '@hanzogui/use-direction' |
12 | 12 | import * as React from 'react' |
13 | 13 |
|
14 | 14 | type Direction = 'ltr' | 'rtl' |
|
0 commit comments