UNPKG

and-design-components-library

Version:

Library of reusable React components based on AND Digital design system.

4 lines (3 loc) 168 B
import { InputProps } from './Input.types'; declare const Input: import("styled-components").StyledComponent<"input", any, InputProps, never>; export default Input;