MCPcopy Create free account
hub / github.com/react-component/input / CountConfig

Interface CountConfig

src/interface.ts:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78) => string;
79
80export interface CountConfig {
81 max?: number;
82 strategy?: (value: string) => number;
83 show?: boolean | ShowCountFormatter;
84 /** Trigger when content larger than the `max` limitation */
85 exceedFormatter?: ExceedFormatter;
86}
87
88export interface InputProps
89 extends CommonInputProps,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…