UNPKG

@antv/attr

Version:

The Attribute module for G2, F2.

6 lines (5 loc) 164 B
import { AttributeCfg } from '../interface'; import Attribute from './base'; export default class Opacity extends Attribute { constructor(cfg: AttributeCfg); }