UNPKG

simplify-angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.

16 lines (15 loc) 668 B
import { EventEmitter } from '@angular/core'; import { SimpleBaseClass } from '../../../_base/simple-base-class'; import * as i0 from "@angular/core"; export declare class SimpleSortButtonComponent extends SimpleBaseClass { changed: EventEmitter<any>; private functions; protected sortHtml: any; private sortOptions; private value; get(): string; set(value: string): void; toggleSort(): void; static ɵfac: i0.ɵɵFactoryDeclaration<SimpleSortButtonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SimpleSortButtonComponent, "simple-sort-button", never, {}, { "changed": "changed"; }, never, never, false, never>; }