# tableberg/1.1.5/components/index.ts

Tableberg – Simple Gutenberg Table Block, version 1.1.5. 11 lines.

- Page: https://pluginprobe.com/plugins/tableberg/1.1.5/code/components/index.ts
- Raw: https://pluginprobe.com/plugins/tableberg/1.1.5/raw/components/index.ts
- Modified: 2026-09-16T03:30:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tableberg/1.1.5/code/components/index.ts#L10-L20`.

```typescript
export { default as BorderControl } from "./editor/BorderControl";
export { default as BorderRadiusControl } from "./editor/BorderRadiusControl";
export { default as BorderWithRadiusControl } from "./editor/BorderWithRadiusControl";
export { default as ColorControl } from "./editor/ColorControl";
export { default as ColorDropdown } from "./editor/ColorDropdown";
export { default as ColorPickerDropdown } from "./editor/ColorPickerDropdown";
export { default as SpacingControl } from "./editor/SpacingControl";
export { default as SpacingControlSingle } from "./editor/SpacingControlCustom";
export { default as SizeControl } from "./editor/SizeControl";
export { default as ToolbarWithDropdown } from "./editor/ToolbarWithDropdown";

```
