UNPKG

@dtu-olp-2024/rich-block-nocobase

Version:

A NocoBase plugin for rich block rendering, supporting custom block types, dynamic block rendering, and block-based workflows. Built for the DTU GreenHope project.

4 lines (3 loc) 211 B
import { SchemaInitializerItemType, SelectProps } from '@nocobase/client'; export declare function useFieldOptions(): SelectProps['options']; export declare const richInitializerItem: SchemaInitializerItemType;