UNPKG

baseui

Version:

A React Component library implementing the Base design language

4 lines (3 loc) 139 B
import type { BlockComponentType } from './types'; declare const BlockComponent: BlockComponentType<"div">; export default BlockComponent;