| 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/get-max-width.js |
import Yoga from 'yoga-layout';
const getMaxWidth = (yogaNode) => {
return (yogaNode.getComputedWidth() -
yogaNode.getComputedPadding(Yoga.EDGE_LEFT) -
yogaNode.getComputedPadding(Yoga.EDGE_RIGHT) -
yogaNode.getComputedBorder(Yoga.EDGE_LEFT) -
yogaNode.getComputedBorder(Yoga.EDGE_RIGHT));
};
export default getMaxWidth;
//# sourceMappingURL=get-max-width.js.map