UNPKG

@tplc/business

Version:

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