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.

9 lines (8 loc) 273 B
import React from 'react'; import { TextareaProps } from './Textarea.types'; /** * Primary UI component for user interaction * If value is set then treat as controlled component */ declare const Textarea: React.FunctionComponent<TextareaProps>; export default Textarea;