UNPKG

eapp-amis-theme-editor

Version:

amis主题编辑器

7 lines (6 loc) 294 B
import type { ContentConfig } from '../components/BaseContent'; import type { ThemeEditorBodyBase } from '../components/ThemeEditor'; interface ThemeDividerProps extends ThemeEditorBodyBase { } declare const _default: () => (props: ThemeDividerProps) => ContentConfig; export default _default;