react-native-zoom-toolkit
Version:
Smoothly zoom any image, video or component you want!
16 lines (15 loc) • 407 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getInvalidChildrenMessage = void 0;
const getInvalidChildrenMessage = options => {
const {
name,
expected,
actual
} = options;
return `${name} expected ${expected} children, but received ${actual}`;
};
exports.getInvalidChildrenMessage = getInvalidChildrenMessage;
//# sourceMappingURL=messages.js.map