UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

8 lines (7 loc) 232 B
import { BlockType } from '../types/block'; import { LicenseTier } from './types'; /** * List of premium blocks */ export declare const LicenseConfig: Record<LicenseTier, BlockType[]>; //# sourceMappingURL=license.config.d.ts.map