UNPKG

dmeditor

Version:

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

5 lines (4 loc) 216 B
import type { DME } from '../..'; import type { EntityTabsBlock } from './entity'; declare const Tabs: (props: DME.WidgetRenderProps<EntityTabsBlock>) => import("react/jsx-runtime").JSX.Element; export default Tabs;