@chief-editor/brick-control
Version:
Control Brick for chief editor
39 lines (38 loc) • 2.42 kB
TypeScript
export { DatasourceConfig as Datasource } from './Datasource/editor';
export { SwitchChartConfig as SwitchChart } from './SwitchChart/editor';
export { TextConfig as Text } from './Text/editor';
export { DividerConfig as Divider } from './Divider/editor';
export { AlignConfig as Align } from './Align/editor';
export { SortConfig as Sort } from './Sort/editor';
export { QrCodeConfig as QrCode } from './QrCode/editor';
export { BindConfig as Bind } from './Bind/editor';
export { InputConfig as Input } from './Input/editor';
export { InputNumberConfig as InputNumber } from './InputNumber/editor';
export { TextAreaConfig as TextArea } from './TextArea/editor';
export { SliderConfig as Slider } from './Slider/editor';
export { SelectConfig as Select } from './Select/editor';
export { MultipleSelectConfig as MultipleSelect } from './MultipleSelect/editor';
export { SizeConfig as Size } from './Size/editor';
export { LayoutConfig as Layout } from './Layout/editor';
export { OpacityConfig as Opacity } from './Opacity/editor';
export { ColorFillConfig as ColorFill } from './ColorFill/editor';
export { ColorPickerConfig as ColorPicker } from './ColorPicker/editor';
export { ColorConfig as Color } from './Color/editor';
export { JSONEditorConfig as JSONEditor } from './JSONEditor/editor';
export { BorderInputConfig as BorderInput } from './BorderInput/editor';
export { RichEditorConfig as RichEditor } from './RichEditor/editor';
export { RadioGroupConfig as RadioGroup } from './RadioGroup/editor';
export { SlideSizeConfig as SlideSize } from './SlideSize/editor';
export { SwitchConfig as Switch } from './Switch/editor';
export { RadiusInputConfig as RadiusInput } from './RadiusInput/editor';
export { ChartLegendPositionConfig as ChartLegendPosition } from './ChartLegendPosition/editor';
export { ChartLegendIconConfig as ChartLegendIcon } from './ChartLegendIcon/editor';
export { LayerConfig as Layer } from './Layer/editor';
export { FlexConfig as Flex } from './Flex/editor';
export { PanelConfig as Panel } from './Panel/editor';
export { FormContainerConfig as FormContainer } from './FormContainer/editor';
export { UnionConfig as Union } from './Union/editor';
export { TabConfig as Tab } from './Tab/editor';
export { BranchConfig as Branch } from './Branch/editor';
export { VerticalRepeatConfig as VerticalRepeat } from './VerticalRepeat/editor';
export { IfConfig as If } from './If/editor';