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

Interface AnimationAdditionSVGAttributes

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

Source from the content-addressed store, hash-verified

893 }
894
895 interface AnimationAdditionSVGAttributes {
896 attributeName?: string;
897 additive?: 'replace' | 'sum';
898 accumulate?: 'none' | 'sum';
899 }
900
901 interface AnimationAttributeTargetSVGAttributes {
902 attributeName?: string;

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…