@spark-web/text-input
Version:
--- title: Text Input storybookPath: forms-textinput--default isExperimentalPackage: false ---
7 lines (6 loc) • 379 B
TypeScript
export { InputAdornment } from "./input-adornment.js";
export { InputContainer } from "./input-container.js";
export { TextInput, useInputStyles } from "./text-input.js";
export type { AdornmentChild } from "./children-to-adornments.js";
export type { InputContainerProps } from "./input-container.js";
export type { TextInputProps, UseInputStylesProps } from "./text-input.js";