UNPKG

ringcentral-widgets

Version:
17 lines (11 loc) 346 B
import { SpinnerOverlayProps } from '../../components/SpinnerOverlay'; export type BlockItem = {} & SpinnerOverlayProps; export type BlockMappingType = Record<string, BlockItem>; export interface State { blockIds: string[]; blockMapping: BlockMappingType; } export interface DepsModules {} export interface IBlock extends State { // }