type FormValue = string | number | boolean | null
import {FormValue} from 'uxp/components';
Last updated 6 months ago