UNPKG

@tplc/business

Version:

9 lines (8 loc) 220 B
import { LcbBlockProps } from './../lcb-block/types' export interface LcbVipProps extends LcbBlockProps { cardHeight: number itemNum: 3 | 4 | 5 itemIconSize: number itemTextColor: string itemTextSize: number }