UNPKG

dmeditor

Version:

dmeditor is a block-style visual editor. Data is in json format.

4 lines (3 loc) 213 B
import { DME } from '../../..'; import { EntityTableBlock } from '../entity'; export declare const TableBorderType: (props: DME.SettingComponentProps<EntityTableBlock>) => import("react/jsx-runtime").JSX.Element;