SYMBOL INDEX (37 symbols across 13 files) FILE: components/AnimatedPath/index.tsx type AnimatedSvgPathProps (line 7) | interface AnimatedSvgPathProps { FILE: components/AnimatedSVG/index.tsx type AnimatedSvgPathBaseProps (line 6) | interface AnimatedSvgPathBaseProps extends PathProps { class AnimatedSvgPathBase (line 10) | class AnimatedSvgPathBase extends Component { method render (line 17) | render() { FILE: components/AnimatedSVGPath/index.tsx type AnimatedSVGPathProps (line 12) | interface AnimatedSVGPathProps { FILE: components/AnimatedSVGPaths/index.tsx type CustomSVGPathProps (line 12) | type CustomSVGPathProps = AnimatedSVGPathProps type AnimatedSvgPathsProps (line 14) | interface AnimatedSvgPathsProps { FILE: examples/HiSVG/index.js class HiSVG (line 11) | class HiSVG extends Component { method render (line 12) | render() { FILE: examples/IngenuityPreloaderSVG/index.js class IngenuityPreloaderSVG (line 10) | class IngenuityPreloaderSVG extends Component { method render (line 11) | render() { FILE: utils/AnimatedListener/index.js function recursiveListen (line 33) | function recursiveListen( function addListenerForAnimated (line 83) | function addListenerForAnimated( method if (line 113) | if (Array.isArray(listeners)) { method constructor (line 140) | constructor(id: string, object: Animated.Value | Animated.Interpolation) { FILE: utils/AnimatedSVG/index.js function AnimatedSVG (line 9) | function AnimatedSVG (Component, { FILE: utils/AnimatedSVGBrush/index.js function extractBrush (line 15) | function extractBrush(colorOrBrush) { function getPropList (line 47) | function getPropList(nextProps, prevProps) { function getStrokeDasharray (line 63) | function getStrokeDasharray(strokeDasharray) { function getStrokeDashoffset (line 74) | function getStrokeDashoffset(nextProps, prevProps) { constant KEYS (line 83) | const KEYS = ['fill', 'stroke', 'strokeDashoffset']; function SvgBrushFix (line 85) | function SvgBrushFix(WrappedComponent) { FILE: utils/AnimatedSVGPropString/index.js constant KEYS (line 8) | const KEYS = [ function SvgPropStringFix (line 12) | function SvgPropStringFix(WrappedComponent, propKeys = []) { FILE: utils/AnimatedSVGState/index.js function createState (line 9) | function createState(props, keys) { function SvgStateFix (line 19) | function SvgStateFix(WrappedComponent, propToStateKeys = [], { cancelSet... FILE: utils/AnimatedSVGTransform/index.js function _universal2axis (line 14) | function _universal2axis(universal, axisX, axisY, defaultValue) { function universal2axis (line 37) | function universal2axis(key, nextProps, prevProps, defaultValue) { function createTransformObject (line 43) | function createTransformObject(nextProps, prevProps) { function createTransformMatrix (line 66) | function createTransformMatrix(props, transform) { function appendTransform (line 77) | function appendTransform(transform) { constant UNIVERSAL_KEYS (line 91) | const UNIVERSAL_KEYS = ['origin', 'scale', 'skew', 'translate']; constant KEYS (line 92) | const KEYS = [...UNIVERSAL_KEYS, 'originX', 'originY', 'scaleX', 'scaleY... function SvgTransformFix (line 94) | function SvgTransformFix(WrappedComponent, { keepXY } = {}) { FILE: utils/Matrix2D/index.ts constant DEG_TO_RAD (line 5) | const DEG_TO_RAD = Math.PI / 180 class Matrix2D (line 27) | class Matrix2D { method constructor (line 28) | constructor(a, b, c, d, tx, ty) {