@kadconsulting/dry
Version:
KAD Reusable Component Library
8 lines (7 loc) • 304 B
TypeScript
import TextInput from './TextInput';
import type { TextInputProps } from './TextInputTypes';
export { TextInput, type TextInputProps };
export * from './constituents/Label';
export * from './constituents/ErrorText';
export * from './constituents/HintText';
export * from './constituents/InputAdornment';