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 a4608bb + 868ca29 commit 5eb1311Copy full SHA for 5eb1311
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