UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

9 lines (7 loc) 140 B
/** */ /// <reference types="react" /> declare const Layout: ({ children }: { children: any; }) => JSX.Element; export default Layout;