UNPKG

@tplc/business

Version:

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