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