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

Interface AnimationValueSVGAttributes

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

Source from the content-addressed store, hash-verified

883 }
884
885 interface AnimationValueSVGAttributes {
886 calcMode?: 'discrete' | 'linear' | 'paced' | 'spline';
887 values?: string;
888 keyTimes?: string;
889 keySplines?: string;
890 from?: number | string;
891 to?: number | string;
892 by?: number | string;
893 }
894
895 interface AnimationAdditionSVGAttributes {
896 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…