UNPKG

tap

Version:

A Test-Anything-Protocol library for JavaScript

8 lines (7 loc) 249 B
import { FC } from 'react'; /** * A flexible space that expands along the major axis of its containing layout. * It's useful as a shortcut for filling all the available spaces between elements. */ declare const Spacer: FC; export default Spacer;