@tantainnovative/ndpr-toolkit
Version:
Nigerian Data Protection Compliance Toolkit for implementing NDPR and DPA compliant features
6 lines • 294 B
TypeScript
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