Skip to content

Commit

Permalink
Update directiveAstroKeys type
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Jun 15, 2022
1 parent f43e1d8 commit 86b1e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/runtime/server/astro-island.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Do not import this file directly, instead import the prebuilt one instead.
// pnpm --filter astro run prebuild

type directiveAstroKeys = string;
type directiveAstroKeys = 'load' | 'idle' | 'visible' | 'media' | 'only';

declare const Astro: {
[k in directiveAstroKeys]: (
Expand Down

0 comments on commit 86b1e85

Please sign in to comment.