@tplc/business
Version:
18 lines (17 loc) • 400 B
TypeScript
import { ActionView } from 'action'
export interface LcbImageProps {
items?: Partial<ActionView>[]
styleGroup?: number
imageRadius?: number
itemPadding?: number
enablePreview?: boolean
marginHorizontal?: number
imageMargin?: number
imageSize?: number
floatUp?: number
shadowColor?: string
shadowSize?: number
blurSize?: number
marginBottom?: number
imageHeight?: number
}