UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

13 lines (12 loc) 276 B
export interface ISpotlightOptions { id: string; name?: string; transition?: number; color?: string; width?: number; showLabel?: boolean; fillColor?: string; textStyle?: string; textColor?: string; dashPattern?: number[]; }