Skip to content

Commit 3adbf3e

Browse files
Fix CI
1 parent 7063064 commit 3adbf3e

File tree

1 file changed

+2
-1
lines changed
  • packages/react-native-ficus-ui/src/components/stack

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export { HStack } from './hstack';
2-
export { Stack, StackProps } from './stack';
2+
export { Stack } from './stack';
3+
export type { StackProps } from './stack';
34
export { StackDivider } from './stack-divider';
45
export { VStack } from './vstack';

0 commit comments

Comments
 (0)