Skip to content

Commit cc3b904

Browse files
committed
feat(rff-rn-paper): export Container and useHasError to enable the posibility of building custom inputs
1 parent b584e5b commit cc3b904

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
export * from './components/Switch';
22
export * from './components/Select';
33
export * from './components/Checkbox';
4+
export * from "./components/Container";
45
export * from './components/TextInput';
56
export * from './components/RadioButton';
67
export * from './components/RadioButtonGroup';
8+
9+
export * from './hooks/useHasError';

0 commit comments

Comments
 (0)