UNPKG

@wolsok/thanos

Version:

Wolf Soko's implementation of a cool Thanos snapping vaporizing effect for destroying dom elements

5 lines 344 B
import { InjectionToken, Provider } from '@angular/core'; import type { WsThanosOptions } from './ws-thanos.options'; export declare const WS_THANOS_OPTIONS_TOKEN: InjectionToken<WsThanosOptions>; export declare function provideWsThanosOptions(options?: Partial<WsThanosOptions>): Provider; //# sourceMappingURL=ws-thanos-options.token.d.ts.map