Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
xugao committed Sep 16, 2020
1 parent 4176a14 commit a739823
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ export const ThemeProvider: React.ForwardRefExoticComponent<Pick<ThemeProviderPr

// @public
export interface ThemeProviderProps extends ComponentProps, React.HTMLAttributes<HTMLDivElement> {
applyTo?: 'none' | 'element' | 'body';
ref?: React.Ref<HTMLElement>;
renderer?: StyleRenderer;
targetWindow?: Window | null;
theme?: PartialTheme | Theme;
}

Expand Down

0 comments on commit a739823

Please sign in to comment.