devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
16 lines (14 loc) • 731 B
TypeScript
/**
* DevExtreme (core/component_registrator.d.ts)
* Version: 19.2.6
* Build date: Thu Jan 30 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
/** Warning! This type is used for internal purposes. Do not import it directly. */
/** Registers a new component in the DevExpress.ui namespace. */
export default function registerComponent(name: string, componentClass: any): void;
/** Warning! This type is used for internal purposes. Do not import it directly. */
/** Registers a new component in the specified namespace. */
export default function registerComponent(name: string, namespace: any, componentClass: any): void;