# tableberg/1.1.5/src/index.tsx

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

- Page: https://pluginprobe.com/plugins/tableberg/1.1.5/code/src/index.tsx
- Raw: https://pluginprobe.com/plugins/tableberg/1.1.5/raw/src/index.tsx
- 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/src/index.tsx#L10-L20`.

```tsx
/// <reference path="../typings/globals.d.ts" />
/// <reference path="../typings/png.d.ts" />
/// <reference path="../typings/wordpress__block-editor.d.ts" />
/// <reference path="../typings/wordpress__data.d.ts" />
/**
 * Internal Imports
 */
import "./style.scss";
import "./editor.scss";
import "./pro-host-api";

import { registerNativeBlocks } from "./blocks";

registerNativeBlocks();

```
