Class Texticle

Hierarchy

  • Component<Props, State>
    • Texticle

Properties

Methods

Properties

id: string = ...
onInput: OnInput = ...
ref: RefObject<HTMLInputElement> = ...
state: State = ...
validate: ((text: string) => boolean) = ...

Type declaration

    • (text: string): boolean
    • Parameters

      • text: string

      Returns boolean

Methods

Generated using TypeDoc