UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

10 lines (9 loc) 269 B
/// <reference types="react" /> import { BlockTemplate } from '.'; export declare const BlockSelectorBig: ({ templates, addItem, label, }: { templates: { [key: string]: BlockTemplate; }; addItem: any; label: string | boolean; }) => JSX.Element;