UNPKG

dmeditor

Version:

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

7 lines (6 loc) 207 B
import React from 'react'; import { type DME } from '../../../types'; declare const Padding: React.FC<DME.SettingComponentProps & { value: number | string | null | undefined; }>; export default Padding;