@lume/element
Version:
Create Custom Elements with reactivity and automatic re-rendering.
11 lines (10 loc) • 462 B
JavaScript
/**
* @deprecated - This file is deprecated. Use `@lume/element/framework-types/react` instead.
*/
console.warn(`If you see this message, you should be doing a type - only import of this file,
as it has no runtime.
Plus this file is now deprecated. Replace 'import type {ReactElementAttributes} from "@lume/element/react"'
with 'import type {ReactElementAttributes} from "@lume/element/framework-types/react"'.
`);
export {};
//# sourceMappingURL=react.js.map