UNPKG

ink

Version:
8 lines (6 loc) 245 B
import React 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 space between elements. */ export default function Spacer(): React.JSX.Element;