UNPKG
enviroment-adviser
Version:
latest (0.0.1)
0.0.1
A permanent toast that notifies you that you are not in production
enviroment-adviser
/
dist
/
index.d.ts
7 lines
(6 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
export declare function showEnvironmentAdviser(options?: {
scale
?: number;
opacity
?: number;
animation
?:
'none'
|
'slide'
|
'spin'
|
'pulse'
; transitionSpeed?: number; }): void;