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 49f5438 commit 14d3cc8Copy full SHA for 14d3cc8
src/index.ts
@@ -1,6 +1,6 @@
1
// MARK: Component imports
2
3
export { Button, type ButtonProps } from './components/Button';
4
-export { TextField } from './components/TextField';
+export { TextField, type TextFieldProps } from './components/TextField';
5
export { Text, type TextProps } from './components/Text';
6
export { ThemeProvider } from './components/ThemeProvider';
0 commit comments