UNPKG

svg-engine

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