UNPKG

react-native-zoom-toolkit

Version:

Smoothly zoom any image, video or component you want!

9 lines 227 B
export const getInvalidChildrenMessage = options => { const { name, expected, actual } = options; return `${name} expected ${expected} children, but received ${actual}`; }; //# sourceMappingURL=messages.js.map