Skip to content

Commit

Permalink
fix: transform typescript error
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Sep 29, 2024
1 parent 7b747ff commit cf5fdb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions packages/pillar-core/src/core/typography/typography.type.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import type { ReactNode } from 'react'
import type { CharWidth, Color, SharedSize, Size } from '../../types'
import type { CharWidth, Color, SharedSize, Size, Transform } from '../../types'

type FontStyle = 'italic' | 'oblique'
type Align = 'start' | 'center' | 'end'
type Decoration = 'through' | 'under' | 'over'
type Leading = SharedSize
type Transform = 'uppercase' | 'lowercase' | 'capitalize' | 'first-letter-only'
type Weight = Size

export interface TypographyProps {
Expand Down

0 comments on commit cf5fdb4

Please sign in to comment.