@tplc/business
Version:
20 lines (18 loc) • 481 B
text/typescript
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
marginHorizontal?: number
imageMargin?: number
imageSize?: number
floatUp?: number
shadowColor?: string
shadowSize?: number
blurSize?: number
marginBottom?: number
imageHeight?: number
}