UNPKG

ringcentral-widgets

Version:
8 lines (5 loc) 130 B
import { Block, BlockItem } from '../Block'; export interface Deps { block: Block; } export type GetBlockUIProps = BlockItem;