UNPKG

@tarojs/components

Version:
10 lines (8 loc) 207 B
import { ComponentType } from 'react' import { StandardProps } from './common' type BlockProps = StandardProps /** * @ignore */ declare const Block: ComponentType<BlockProps> export { Block, BlockProps }