({
defaultValue = '',
tagName = 'span',
className,
style,
value: controlledValue,
setValue: controlledSetValue,
allowEntities = true,
placeholder,
valuePropertyName = 'value',
}: {
valuePropertyName?: string;
defaultValue?: string;
tagName?: string;
className?: string;
style?: React.CSSProperties;
setValue?: (nextValue: string) => void;
value?: string;
allowEntities?: boolean;
placeholder?: string;
} = {})
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected