PluginProbe
Tableberg – Simple Gutenberg Table Block / 1.1.5
Tableberg – Simple Gutenberg Table Block v1.1.5
1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 trunk 0.0.2 0.2.1 0.3.2 0.3.3 0.4.1 0.5.0 0.5.1 0.5.2 0.5.3 0.5.4 0.5.5 0.5.6 0.5.7 All 42 releases
tableberg / components / index.ts

index.ts in Tableberg – Simple Gutenberg Table Block 1.1.5, at components/index.ts

11 lines 736 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 export { default as BorderControl } from "./editor/BorderControl";
2 export { default as BorderRadiusControl } from "./editor/BorderRadiusControl";
3 export { default as BorderWithRadiusControl } from "./editor/BorderWithRadiusControl";
4 export { default as ColorControl } from "./editor/ColorControl";
5 export { default as ColorDropdown } from "./editor/ColorDropdown";
6 export { default as ColorPickerDropdown } from "./editor/ColorPickerDropdown";
7 export { default as SpacingControl } from "./editor/SpacingControl";
8 export { default as SpacingControlSingle } from "./editor/SpacingControlCustom";
9 export { default as SizeControl } from "./editor/SizeControl";
10 export { default as ToolbarWithDropdown } from "./editor/ToolbarWithDropdown";
11