UNPKG

northants-design-system

Version:

Design system for West & North Northamptonshire Councils, two unitary councils encompassing Wellingborough, Corby, Daventry, East Northants, Kettering, Northampton, Northamptonshire County and South Northants.

8 lines (7 loc) 212 B
import React from 'react'; import { TextInputProps } from './TextInput.types'; /** * Standard text input component */ declare const TextInput: React.FunctionComponent<TextInputProps>; export default TextInput;