@tplc/business
Version:
20 lines (19 loc) • 420 B
TypeScript
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
}