Skip to content

Commit

Permalink
feat(core): export GoslingCompProps (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcsmits committed Jan 17, 2024
1 parent e1649af commit e4091ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/gosling-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type CompiledCallbackFn = (
_additionalData: { _processedSpec: gosling.GoslingSpec }
) => void;

interface GoslingCompProps {
export interface GoslingCompProps {
spec?: gosling.GoslingSpec;
compiled?: CompiledCallbackFn;
padding?: number;
Expand Down

0 comments on commit e4091ae

Please sign in to comment.