Skip to content

Commit 5e71488

Browse files
authored
feat: expose spectrum Flex component as wrapped deephaven component (#1869)
Simple wrapping of the flex component. I don't see anything we need to custiomize, so just re-export it I guess.
1 parent 6236b47 commit 5e71488

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { Flex } from '@adobe/react-spectrum';
2+
3+
export type { FlexProps } from '@adobe/react-spectrum';
4+
export { Flex };
5+
export default Flex;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
export * from './picker';
1+
export * from './Flex';
22
export * from './Item';
3+
export * from './picker';
34
export * from './Section';

0 commit comments

Comments
 (0)