UNPKG

@tplc/business

Version:

9 lines (7 loc) 204 B
import { LcbBlockProps } from '../lcb-block/types' export interface LcbGapProps extends LcbBlockProps { height?: number | string safeAreaBottom?: boolean bgColor?: string safeAreaTop?: boolean }