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
8 lines (7 loc) • 327 B
TypeScript
import ReactJSXRuntimeDev from "react/jsx-dev-runtime";
//#region runtime/jsx-dev-runtime.d.ts
declare const Fragment: import("react").ExoticComponent<import("react").FragmentProps>;
declare const jsxDEV: typeof ReactJSXRuntimeDev.jsxDEV;
//#endregion
export { Fragment, jsxDEV };
//# sourceMappingURL=jsx-dev-runtime.d.ts.map