UNPKG

@moxy/next-layout

Version:

Add persistent and nested layouts to your Next.js projects in a declarative way

3 lines 107 B
import { createContext } from 'react'; const LayoutContext = createContext(); export default LayoutContext;