UNPKG

@gsp-cmp/ccmp-ui

Version:

CCMP UI Component Library for Angular

13 lines (12 loc) 348 B
export interface Options { /**选择框标题 */ title?: string; /**选择框宽度 */ width?: number; /**选择框高度 */ height?: number; /**选择框是否可改变大小,默认可改变 */ resizable?: boolean; /**单选或者多选 false:单选,true:多选 */ multiSelection?: boolean; }