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.
1 parent a4608bb commit 868ca29Copy full SHA for 868ca29
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