@yelon/theme
Version:
ng-yunzai theme system library.
11 lines (10 loc) • 388 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
/**
* [Document](https://ng.yunzainfo.com/theme/keys)
*/
export declare class KeysPipe implements PipeTransform {
transform(value: any, keyIsNumber?: boolean): any[];
static ɵfac: i0.ɵɵFactoryDeclaration<KeysPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<KeysPipe, "keys", true>;
}