UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

11 lines 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getFallbackRatio = void 0; /** * Returns the fallback ratio for the image. * @param ratio The ratio of the image. * @returns {number} The fallback ratio. */ const getFallbackRatio = (ratio) => ratio * 100; exports.getFallbackRatio = getFallbackRatio; //# sourceMappingURL=getFallbackRatio.js.map