UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

5 lines (4 loc) 284 B
import React from "react"; import { CharacterCounterPluginProps } from "../../__utils__/interfaces.types"; declare const CharacterCounterPlugin: ({ isFocused, maxChars, namespace, marginTop, }: CharacterCounterPluginProps) => React.JSX.Element; export default CharacterCounterPlugin;