UNPKG

aura-glass

Version:

A comprehensive glassmorphism design system for React applications with 142+ production-ready components

7 lines 327 B
/** * Detects whether the current React runtime exposes the React 19+ reconciler internals. * React 18 does not define the `S` slot, which newer reconcilers rely on. */ export declare const isReact19OrNewer: () => boolean; export declare const assertReact19ForThree: () => boolean; //# sourceMappingURL=reactVersion.d.ts.map