@cerberus-design/react
Version:
The Cerberus Design React component library.
8 lines (7 loc) • 383 B
TypeScript
import { HTMLAttributes } from 'react';
export type FieldIndicatorProps = HTMLAttributes<HTMLSpanElement>;
/**
* The start indicator displays an indicator at the start of the Input.
* @description [Field Docs](https://cerberus.digitalu.design/react/field)
*/
export declare function FieldStartIndicator(props: FieldIndicatorProps): import("react/jsx-runtime").JSX.Element | null;