Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix create theme Typings #1

Merged
merged 1 commit into from
Apr 29, 2022
Merged

Conversation

AlexanderVishnevsky
Copy link
Owner

createTheme type is:
export declare type Theme = {
type?: ThemeType | string;
className?: string;
theme?: BaseTheme;
};

Closes #

馃摑 Description

Add a brief description

鉀筹笍 Current behavior (updates)

Please describe the current behavior that you are modifying

馃殌 New behavior

Please describe the behavior or changes this PR adds

馃挘 Is this a breaking change (Yes/No):

馃摑 Additional Information

createTheme type is:
export declare type Theme = {
    type?: ThemeType | string;
    className?: string;
    theme?: BaseTheme;
};
@AlexanderVishnevsky AlexanderVishnevsky merged commit df8fff7 into main Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant