UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

9 lines (8 loc) 177 B
export = valueToString; /** * Returns a string representation of the value * * @param {*} value * @returns {string} */ declare function valueToString(value: any): string;