UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

6 lines (5 loc) 81 B
export interface IFieldValues { str: string; num: number; bool: boolean; }