9 lines
373 B
JavaScript
9 lines
373 B
JavaScript
|
|
import SVGComponentTransferFunctionElement from '../svg-component-transfer-function-element/SVGComponentTransferFunctionElement.js';
|
||
|
|
/**
|
||
|
|
* SVGFEFuncAElement.
|
||
|
|
*
|
||
|
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/SVGFEFuncAElement
|
||
|
|
*/
|
||
|
|
export default class SVGFEFuncAElement extends SVGComponentTransferFunctionElement {
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=SVGFEFuncAElement.js.map
|