Skip to content

Commit e97dc80

Browse files
authored
chore(gatsby): Add defer to createPage type (#34612)
1 parent e860faa commit e97dc80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gatsby/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,6 +1589,7 @@ export interface Page<TContext = Record<string, unknown>> {
15891589
matchPath?: string
15901590
component: string
15911591
context: TContext
1592+
defer?: boolean
15921593
}
15931594

15941595
export interface IPluginRefObject {

0 commit comments

Comments
 (0)