UNPKG

svg-engine

Version:
6 lines (5 loc) 191 B
import { SVGInstance } from "../../../browser/instance/SVGInstance.js"; export declare class Opacity extends SVGInstance { opacity(): number | null; opacity(opacity: number): this; }