mirror of
https://github.com/status-im/status-web.git
synced 2025-01-13 14:14:51 +00:00
fix(react): re-export of stitches types
This commit is contained in:
parent
a52475dc1d
commit
612e84ee2a
@ -1,10 +1,6 @@
|
|||||||
import { createStitches } from '@stitches/react'
|
import { createStitches } from '@stitches/react'
|
||||||
|
|
||||||
import type { CSS as StitchesCSS } from '@stitches/react'
|
import type { CSS as StitchesCSS, VariantProps } from '@stitches/react'
|
||||||
|
|
||||||
export type { VariantProps } from '@stitches/react'
|
|
||||||
export type CSS = StitchesCSS<typeof config>
|
|
||||||
export type Theme = typeof theme
|
|
||||||
|
|
||||||
export const {
|
export const {
|
||||||
styled,
|
styled,
|
||||||
@ -164,3 +160,7 @@ export const darkTheme = createTheme({
|
|||||||
kaki: 'rgba(234, 210, 123, 1)',
|
kaki: 'rgba(234, 210, 123, 1)',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
export type { VariantProps }
|
||||||
|
export type CSS = StitchesCSS<typeof config>
|
||||||
|
export type Theme = typeof theme
|
||||||
|
Loading…
x
Reference in New Issue
Block a user