UNPKG

@tplc/business

Version:

29 lines (27 loc) 572 B
export interface IIconList { iconType: 0 | 1 iconTitle?: string iconName?: string iconUpload?: string status?: string countKey?: string } export interface LcbUserOrderProps { dataUrl?: string marginTop?: number marginBottom?: number marginHorizontal?: number paddingVertical?: number paddingHorizontal?: number backgroundColor?: string radius?: number boxShadow?: string iconSize?: number iconColor?: string textSize?: number textColor?: string shadowColor?: string shadowSize?: number blurSize?: number items: IIconList[] }