Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
ambiance: export prop interface
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed Mar 9, 2022
1 parent e920b49 commit 0bf4570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/providers/Ambiance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface AmbianceProps {
source?: string
}

interface AmbianceProviderProps {
export interface AmbianceProviderProps {
id?: string
elevation?: number
color?: string
Expand Down

0 comments on commit 0bf4570

Please sign in to comment.