UNPKG

@chief-editor/shape

Version:

Shape for chief editor

11 lines (10 loc) 248 B
export interface IShapeProps { width: number; height: number; fill: string; stroke?: string; strokeDasharray?: string; strokeWidth?: number; strokeLinecap?: 'butt' | 'round' | 'square' | 'inherit'; ratio?: string; }