UNPKG

cube-ui

Version:

A fantastic mobile ui lib implement by Vue

14 lines (12 loc) 337 B
import { IRadioOptionData } from './common' import { CubeUIComponent } from '../component' export declare class CubeCheckboxGroup extends CubeUIComponent { value?: [] options?: IRadioOptionData[] | string horizontal?: boolean colNum?: number shape?: 'circle' | 'square' hollowStyle?: boolean min?: number max?: number }