UNPKG

@tplc/business

Version:

21 lines (19 loc) 421 B
import { LcbActionViewProps } from '../lcb-action-view/types' export interface LcbFabProps { right: number bottom: number backgroundColor?: string backgroundImage?: string width: number height: number borderRadius: number text?: string padding?: number color?: string fontSize?: number fontWeight?: number type?: 'icon' | 'text' icon?: string link?: LcbActionViewProps shadow?: boolean }