MCPcopy Create free account
hub / github.com/BuilderIO/mitosis / FeColorMatrixSVGAttributes

Interface FeColorMatrixSVGAttributes

packages/core/jsx-runtime.d.ts:1225–1231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1223 }
1224
1225 interface FeColorMatrixSVGAttributes<T>
1226 extends FilterPrimitiveElementSVGAttributes<T>,
1227 SingleInputFilterSVGAttributes,
1228 StylableSVGAttributes {
1229 type?: 'matrix' | 'saturate' | 'hueRotate' | 'luminanceToAlpha';
1230 values?: string;
1231 }
1232
1233 interface FeComponentTransferSVGAttributes<T>
1234 extends FilterPrimitiveElementSVGAttributes<T>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…