UNPKG

@tencentcloud/call-uikit-vue2

Version:

An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.

13 lines (12 loc) 287 B
/** * Converts `string` to a property path array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the property path array. */ declare const stringToPath: { (...args: any[]): any; cache: Map<any, any>; }; export default stringToPath;