UNPKG

baseui

Version:

A React Component library implementing the Base design language

4 lines (3 loc) 227 B
import React from 'react'; import type { CellProps } from './types'; export default function Cell({ align, children, gridColumns, gridGaps, gridGutters, gridUnit, order, skip, span, overrides, }: CellProps): React.JSX.Element;