Type alias StrokeGlowOptions

StrokeGlowOptions: {
    blur?: number;
    colour?: string;
}

Type declaration

  • Optional blur?: number
  • Optional colour?: string

Generated using TypeDoc