UNPKG

111 BTypeScriptView Raw
1import { ComponentType } from 'react'
2
3/**
4 * @ignore
5 */
6declare const Block: ComponentType
7
8export { Block }