UNPKG

ink

Version:
7 lines (6 loc) 251 B
/// <reference types="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. */ export default function Spacer(): JSX.Element;