FormValue

type FormValue = string | number | boolean | null

Usage

import {FormValue} from 'uxp/components';

Last updated