UNPKG

@tplc/business

Version:

6 lines (5 loc) 166 B
import { LcbBlockProps } from '../lcb-block/types' export interface LcbParticularsProps extends LcbBlockProps { recordType: string textAlign?: 'left' | 'right' }