textarea-pattern-handler
Version:
A TypeScript utility for handling textarea patterns and DOM manipulation
6 lines (5 loc) • 295 B
TypeScript
import React from 'react';
import { PreTagTextareaProps, PreTagTextareaRef } from './types';
import 'textarea-pattern-handler/styles.css';
declare const PreTagTextarea: React.ForwardRefExoticComponent<PreTagTextareaProps & React.RefAttributes<PreTagTextareaRef>>;
export default PreTagTextarea;