UNPKG

@tplc/business

Version:

28 lines (26 loc) 709 B
import { ActionView } from 'action' export interface LcbImageProps { // Define the component's prop types here items?: Partial<ActionView>[] styleGroup?: number // 1 纵向 2 横向 3 横向滚动 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 }