UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

11 lines (9 loc) 235 B
/** */ /// <reference types="react" /> import type { TinaCMS } from '@tinacms/toolkit'; export declare const slugify: (text: any) => any; declare const Sidebar: ({ cms }: { cms: TinaCMS; }) => JSX.Element; export default Sidebar;