core.d.ts 165 B

12345
  1. export declare function createElement(name: string): SVGElement;
  2. export declare function normalizeColor(color: string): {
  3. color: string;
  4. opacity: number;
  5. };