UNPKG

@syncfusion/ej2-react-filemanager

Version:

Essential JS 2 FileManager Component for React

34 lines (33 loc) 1.43 kB
var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return extendStatics(d, b); }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); import { ComplexBase } from '@syncfusion/ej2-react-base'; var ToolbarItemDirective = /** @class */ (function (_super) { __extends(ToolbarItemDirective, _super); function ToolbarItemDirective() { return _super !== null && _super.apply(this, arguments) || this; } ToolbarItemDirective.moduleName = 'toolbarItem'; return ToolbarItemDirective; }(ComplexBase)); export { ToolbarItemDirective }; var ToolbarItemsDirective = /** @class */ (function (_super) { __extends(ToolbarItemsDirective, _super); function ToolbarItemsDirective() { return _super !== null && _super.apply(this, arguments) || this; } ToolbarItemsDirective.propertyName = 'toolbarItems'; ToolbarItemsDirective.moduleName = 'toolbarItems'; return ToolbarItemsDirective; }(ComplexBase)); export { ToolbarItemsDirective };