DocSpace-client/packages/shared/components/text-input/index.ts

5 lines
210 B
TypeScript

export { TextInput } from "./TextInput";
export { InputSize, InputType } from "./TextInput.enums";
export { StyledTextInput } from "./TextInput.styled";
export type { TextInputProps } from "./TextInput.types";