UNPKG

207 BTypeScriptView Raw
1import { ComponentType } from 'react'
2import { StandardProps } from './common'
3type BlockProps = StandardProps
4
5/**
6 * @ignore
7 */
8declare const Block: ComponentType<BlockProps>
9export { Block, BlockProps }