UNPKG

@heycar-uikit/core

Version:
9 lines (8 loc) 274 B
/// <reference types="react" /> import React from 'react'; interface TextareaCounterProps { length: number; maxLength: number; } declare function TextareaCounter({ length, maxLength }: TextareaCounterProps): React.JSX.Element; export { TextareaCounter as default };