@tplc/business
Version:
17 lines (16 loc) • 398 B
text/typescript
import { LcbBlockProps } from '../lcb-block/types'
import { ActionView } from 'action'
export interface LcbGridProps extends LcbBlockProps {
items?: ActionView[]
height?: number
width?: number
cols?: number
gap?: number
imgRadius?: number
imgBgColor?: string
imgPadding?: number
textAlign?: 'left' | 'center' | 'right'
textBgColor?: string
textPH?: number
textPV?: number
}