| 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>, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…