UNPKG

@tplc/business

Version:

5 lines (4 loc) 122 B
import { LcbBlockProps } from '../lcb-block/types' export interface LcbTextProps extends LcbBlockProps { text: string }