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

Interface ContainerElementSVGAttributes

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

Source from the content-addressed store, hash-verified

1011 ConditionalProcessingSVGAttributes {}
1012
1013 interface ContainerElementSVGAttributes<T>
1014 extends CoreSVGAttributes<T>,
1015 ShapeElementSVGAttributes<T>,
1016 Pick<
1017 PresentationSVGAttributes,
1018 | 'clip-path'
1019 | 'mask'
1020 | 'cursor'
1021 | 'opacity'
1022 | 'filter'
1023 | 'enable-background'
1024 | 'color-interpolation'
1025 | 'color-rendering'
1026 > {}
1027
1028 interface FilterPrimitiveElementSVGAttributes<T>
1029 extends CoreSVGAttributes<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…