UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

7 lines (6 loc) 231 B
/// <reference types="react" /> export declare function classNames(...classes: string[]): string; export declare const OverflowMenu: ({ toolbarItems, className }: { toolbarItems: any; className?: string; }) => JSX.Element;