next-yak
Version:
next-yak is a CSS-in-JS solution tailored for Next.js that seamlessly combines the expressive power of styled-components syntax with efficient build-time extraction of CSS using Next.js's built-in CSS configuration
9 lines (8 loc) • 345 B
TypeScript
import ReactJSXRuntimeDev from "react/jsx-dev-runtime";
import * as _$react from "react";
//#region runtime/jsx-dev-runtime.d.ts
declare const Fragment: _$react.ExoticComponent<_$react.FragmentProps>;
declare const jsxDEV: typeof ReactJSXRuntimeDev.jsxDEV;
//#endregion
export { Fragment, jsxDEV };
//# sourceMappingURL=jsx-dev-runtime.d.ts.map