UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

7 lines (6 loc) 229 B
import type { FlexboxProps } from 'react-layout-kit'; export interface MaskShadowProps extends FlexboxProps { position?: 'top' | 'bottom' | 'left' | 'right'; size?: number; visibility?: 'auto' | 'always' | 'never'; }