UNPKG

nutui-taro-upgrade

Version:

@nutui/nutui-taro 对京东风格组件库的taro4 版本支持

6 lines (5 loc) 267 B
export declare const RADIO_KEY: unique symbol; export type RadioShape = 'round' | 'button'; export type RadioButtonSize = 'normal' | 'small' | 'mini'; export type RadioGroupTextPosition = 'right' | 'left'; export type RadioGroupDirection = 'vertical' | 'horizontal';