UNPKG

@visactor/vrender-core

Version:
6 lines (5 loc) 157 B
import type { IGraphic } from '../graphic'; import type { IGroup } from './group'; export interface IShadowRoot extends IGroup { shadowHost: IGraphic; }