carbon-components-angular
Version:
Next generation components
51 lines (47 loc) • 2.53 kB
TypeScript
/**
*
* carbon-angular v0.0.0 | index.d.ts
*
* Copyright 2014, 2025 IBM
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export { TableToolbar } from "./toolbar/table-toolbar.component";
export { TableToolbarActions } from "./toolbar/table-toolbar-actions.component";
export { TableToolbarSearch } from "./toolbar/table-toolbar-search.component";
export { TableToolbarContent } from "./toolbar/table-toolbar-content.component";
export { TableContainer } from "./table-container.component";
export { TableHeader } from "./header/table-header.component";
export { TableHeaderTitle } from "./header/table-header-title.directive";
export { TableHeadCellLabel } from "./head/table-head-cell-label.directive";
export { TableHeaderDescription } from "./header/table-header-description.directive";
export { ExpandedRowHover } from "./expanded-row-hover.directive";
export { Table } from "./table.component";
export { TableRowSize, TableTranslations } from "./table.types";
export { TableDirective } from "./table.directive";
export { TableHead } from "./head/table-head.component";
export { TableHeadCell } from "./head/table-head-cell.component";
export { TableHeadCheckbox } from "./head/table-head-checkbox.component";
export { TableHeadExpand } from "./head/table-head-expand.component";
export { TableBody } from "./body/table-body.component";
export { TableRowComponent } from "./body/table-row.component";
export { TableExpandedRow } from "./body/table-expanded-row.component";
export { TableData } from "./cell/table-data.component";
export { TableCheckbox } from "./cell/table-checkbox.component";
export { TableRadio } from "./cell/table-radio.component";
export { TableExpandButton } from "./cell/table-expand-button.component";
export { TableModel } from "./table-model.class";
export { TableItem } from "./table-item.class";
export { TableHeaderItem } from "./table-header-item.class";
export * from "./table-adapter.class";
export * from "./data-grid-interaction-model.class";
export * from "./table.module";