Wplace-BlueMarble/types/types.ts
2025-08-16 21:03:55 +02:00

5 lines
No EOL
184 B
TypeScript

// The Context objects contains data to be passed into the inject function that can only be accessed outside of it
export type Context = {
HTMLData?: string;
CSSUrl?: string;
}