UNPKG

@chief-editor/brick-control

Version:

Control Brick for chief editor

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