UNPKG

@spark-web/text-input

Version:

--- title: Text Input storybookPath: forms-textinput--default isExperimentalPackage: false ---

7 lines (6 loc) 361 B
export { InputAdornment } from './input-adornment'; export { InputContainer } from './input-container'; export { TextInput, useInputStyles } from './text-input'; export type { AdornmentChild } from './children-to-adornments'; export type { InputContainerProps } from './input-container'; export type { TextInputProps, UseInputStylesProps } from './text-input';