| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink/build/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink/build/measure-element.js |
/**
* Measure the dimensions of a particular `<Box>` element.
*/
const measureElement = (node) => ({
width: node.yogaNode?.getComputedWidth() ?? 0,
height: node.yogaNode?.getComputedHeight() ?? 0,
});
export default measureElement;
//# sourceMappingURL=measure-element.js.map