UNPKG

@syncfusion/ej2-react-base

Version:

A common package of Essential JS 2 React base, methods and class definitions

10 lines (9 loc) 317 B
/** * Compile the template property to the DOM elements. * * @param {any} templateElement ? * @param {Object} helper ? * @returns {Function} ? * @private */ export declare function compile(templateElement: any, helper?: Object): (data: Object | JSON, component?: any, propName?: any, element?: any) => Object;