UNPKG

@veams/component

Version:

Component Class for Components in Veams for static page apps

10 lines (9 loc) 233 B
/** * Get value out of variable string. * * @param {String} str - String which is a reference to a var. * * @return String */ declare const getStringValue: (str: any, instanceObject: any) => any; export default getStringValue;