| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink/build/components/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink/build/components/Spacer.js |
import React from 'react';
import Box from './Box.js';
/**
* 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() {
return React.createElement(Box, { flexGrow: 1 });
}
//# sourceMappingURL=Spacer.js.map