Skip to content

Commit

Permalink
chore(gatsby): Improve SlicePlaceholderProps type (#37409)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jan 5, 2023
1 parent 57607f1 commit c7b5e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/index.d.ts
Expand Up @@ -202,7 +202,7 @@ export interface SlicePlaceholderProps {
alias: string
allowEmpty?: boolean
children?: React.ReactNode
[key: string]: SerializableProps
[key: string]: SerializableProps | React.ReactNode
}

/**
Expand Down

0 comments on commit c7b5e7c

Please sign in to comment.