We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7063064 commit 3adbf3eCopy full SHA for 3adbf3e
packages/react-native-ficus-ui/src/components/stack/index.tsx
@@ -1,4 +1,5 @@
1
export { HStack } from './hstack';
2
-export { Stack, StackProps } from './stack';
+export { Stack } from './stack';
3
+export type { StackProps } from './stack';
4
export { StackDivider } from './stack-divider';
5
export { VStack } from './vstack';
0 commit comments