IFormData

Definition

export type IFormData = { [key: string]: FormValue }

Usage

import { IFormData } from 'uxp/components';

Last updated