TextFormStateValue
@spartanfx/react / spfx / TextFormStateValue
Type Alias: TextFormStateValue
type TextFormStateValue = string | null;
Represents a text input value in a form. Can be a string or null if not set.
@spartanfx/react / spfx / TextFormStateValue
type TextFormStateValue = string | null;
Represents a text input value in a form. Can be a string or null if not set.