UNPKG

ngx-sonner

Version:

An opinionated toast component for Angular.

8 lines (7 loc) 328 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IsStringPipe implements PipeTransform { transform(value: unknown): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<IsStringPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<IsStringPipe, "isString", true>; }