UNPKG

@ntragas/pouncejstest

Version:

A collection of UI components from Panther labs

5 lines (4 loc) 123 B
import React from 'react'; import { BoxProps } from '../Box'; declare const Cell: React.FC<BoxProps>; export default Cell;