UNPKG

fsl-authorization

Version:
9 lines (7 loc) 157 B
export {}; declare global { interface Window { handleMessage: ((d: { data: { type: string; data: any } }) => void) | null; origin?: string; } }