We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 435245e + fb1b129 commit 354d974Copy full SHA for 354d974
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@solved-ac/ui-react",
3
- "version": "0.2.6",
+ "version": "0.2.7",
4
"description": "React component library used by solved.ac",
5
"author": "shiftpsh",
6
"license": "MIT",
src/components/Typo.tsx
@@ -133,7 +133,7 @@ const TypoContainer = styled.span<TypoContainerProps>`
133
134
export type TypoProps = {
135
variant?: TypoVariant | TypoVariant[]
136
-} & OptionalVariables
+} & Partial<OptionalVariables>
137
138
const firstVariant = (variant?: TypoVariant[]): TypoVariant | undefined => {
139
if (typeof variant === 'string') return variant
0 commit comments