mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
Makes the AstroCookies
type importable directly from "astro" (#6006)
* re-exports the AstroCookie type from the main 'astro' types * chore: add changeset
This commit is contained in:
parent
cac11c98be
commit
b994f6f35e
2 changed files with 6 additions and 0 deletions
5
.changeset/modern-colts-fix.md
Normal file
5
.changeset/modern-colts-fix.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Makes the `AstroCookies` type available as an import from the main "astro" package
|
|
@ -28,6 +28,7 @@ export type {
|
||||||
ShikiConfig,
|
ShikiConfig,
|
||||||
} from '@astrojs/markdown-remark';
|
} from '@astrojs/markdown-remark';
|
||||||
export type { SSRManifest } from '../core/app/types';
|
export type { SSRManifest } from '../core/app/types';
|
||||||
|
export type { AstroCookies } from '../core/cookies';
|
||||||
|
|
||||||
export interface AstroBuiltinProps {
|
export interface AstroBuiltinProps {
|
||||||
'client:load'?: boolean;
|
'client:load'?: boolean;
|
||||||
|
|
Loading…
Reference in a new issue