UNPKG

@tplc/business

Version:

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