UNPKG

@smartface/contx

Version:
14 lines (11 loc) 345 B
/** * Create a @smartface/native value * * @function * * @param {string} key * @param {string/number} [value] value of property * @return {object/string/number} properties. */ export function createSFCoreProp(key: string, value: any): any; export default function buildProps(objectVal: { [key: string]: any }): { [key: string]: any };