UNPKG

@tantainnovative/ndpr-toolkit

Version:

Nigerian Data Protection Compliance Toolkit for implementing NDPR and DPA compliant features

6 lines 294 B
import React from 'react'; export interface TextAreaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement> { } declare const TextArea: React.ForwardRefExoticComponent<TextAreaProps & React.RefAttributes<HTMLTextAreaElement>>; export { TextArea }; //# sourceMappingURL=TextArea.d.ts.map