UNPKG

@tplc/business

Version:

26 lines (25 loc) 628 B
import { ActionView } from 'action' export interface LcbImageProps { items?: Partial<ActionView>[] styleGroup?: number imageRadius?: number itemPadding?: number enablePreview?: boolean /** * 开启长按图片显示识别小程序码菜单,仅在微信小程序平台有效 */ showMenuByLongpress?: boolean marginHorizontal?: number imageMargin?: number imageSize?: number floatUp?: number shadowColor?: string shadowSize?: number blurSize?: number marginBottom?: number imageHeight?: number paddingTop?: number paddingBottom?: number paddingLeft?: number paddingRight?: number }