UNPKG
notion-block-renderer
Version:
latest (2.3.13)
2.3.13
2.3.12
2.3.11
2.3.10
2.3.9
2.3.7
2.3.6
2.3.5
2.3.4
2.3.2
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.15
1.3.12
1.3.11
1.3.9
1.3.8
1.3.7
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.15
1.0.14
1.0.13
1.0.12
Notion Block to React Components.
github.com/takux/notion-block-renderer
takux/notion-block-renderer
notion-block-renderer
/
dist
/
components
/
BlockRenderer.d.ts
4 lines
(3 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
BlockType
}
from
"../types/types"
;
export
declare
const
getBlocks
:
(
blocks
:
BlockType
[]
) =>
JSX
.
Element
[];