Skip to content

Commit 14d3cc8

Browse files
committed
fix(textfield): add missing TextFieldProps export
1 parent 49f5438 commit 14d3cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MARK: Component imports
22

33
export { Button, type ButtonProps } from './components/Button';
4-
export { TextField } from './components/TextField';
4+
export { TextField, type TextFieldProps } from './components/TextField';
55
export { Text, type TextProps } from './components/Text';
66
export { ThemeProvider } from './components/ThemeProvider';

0 commit comments

Comments
 (0)