UNPKG

@diffusionstudio/core-v4

Version:

2D motion graphics and video rendering engine

9 lines (8 loc) 268 B
import { Stroke } from '../../renderer'; import { hex } from '../../types'; import { ClipProps } from '../clip'; import { VisualMixinProps } from '../visual'; export interface ShapeClipProps extends ClipProps, VisualMixinProps { fill?: hex; stroke?: Stroke; }