Browse
For agents
About
Tableberg – Simple Gutenberg Table Block
/
1.1.5
Tableberg – Simple Gutenberg Table Block
v1.1.5
Switch version
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
Overview
Code
tableberg
/
src
/
index.tsx
index.tsx
in Tableberg – Simple Gutenberg Table Block 1.1.5, at src/index.tsx
15 lines
391 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
///
<
reference
path
=
"
../typings/globals.d.ts
"
/>
2
///
<
reference
path
=
"
../typings/png.d.ts
"
/>
3
///
<
reference
path
=
"
../typings/wordpress__block-editor.d.ts
"
/>
4
///
<
reference
path
=
"
../typings/wordpress__data.d.ts
"
/>
5
/**
6
* Internal Imports
7
*/
8
import
"
./style.scss
"
;
9
import
"
./editor.scss
"
;
10
import
"
./pro-host-api
"
;
11
12
import
{
registerNativeBlocks
}
from
"
./blocks
"
;
13
14
registerNativeBlocks
(
)
;
15