UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

9 lines (8 loc) 398 B
export { Input, InputPropsProvider } from "./input"; export type { InputProps } from "./input"; export { InputAddon } from "./input-addon"; export type { InputAddonProps } from "./input-addon"; export { InputElement } from "./input-element"; export type { InputElementProps } from "./input-element"; export { InputGroup } from "./input-group"; export type { InputGroupProps } from "./input-group";