API Docs for: 3.0.1.91d25ad1
Show:

File: addon/components/models-table/themes/ember-paper/pagination-numeric.js

import {layout as templateLayout} from '@ember-decorators/component';
import ModelsTablePaginationNumericComponent from '../../pagination-numeric';
import layout from '../../../../templates/components/models-table/themes/ember-paper/pagination-numeric';

/**
 * @class EpModelsTablePaginationNumeric
 * @namespace Components
 * @extends Components.ModelsTablePaginationNumeric
 */
export default
@templateLayout(layout)
class EpModelsTablePaginationNumericComponent extends ModelsTablePaginationNumericComponent {
}