UNPKG

@furystack/shades

Version:

A lightweight UI framework for FuryStack with JSX support

9 lines 318 B
/** * SVG element attribute types for JSX support. * * Unlike HTML elements where JSX props map to DOM properties, SVG elements * use XML attributes set via `setAttribute`. These types describe the * attribute-based API rather than the DOM property interfaces. */ export {}; //# sourceMappingURL=svg-types.js.map