UNPKG

dmeditor

Version:

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

5 lines (4 loc) 210 B
import { DME } from '../../../..'; export type AlignType = 'left' | 'center' | 'right'; declare const Align: (props: DME.SettingComponentProps) => import("react/jsx-runtime").JSX.Element; export default Align;