UNPKG

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

7 lines (6 loc) 227 B
import { YakTheme } from "next-yak"; //#region runtime/context/baseContext.d.ts declare function getYakThemeContext(): YakTheme | undefined; //#endregion export { getYakThemeContext }; //# sourceMappingURL=baseContext.d.ts.map