UNPKG

249 BTypeScriptView Raw
1import { FC } from 'react';
2/**
3 * A flexible space that expands along the major axis of its containing layout.
4 * It's useful as a shortcut for filling all the available spaces between elements.
5 */
6declare const Spacer: FC;
7export default Spacer;