UNPKG
@discostudioteam/react-code-blocks
Version:
latest (0.1.1-0)
0.1.1-0
0.1.0-0
0.0.2-0
0.0.1-0
Modified rajinwonderland's modification of Atlaskit's Code Block!
@discostudioteam/react-code-blocks
/
dist
/
utils
/
themed.d.ts
5 lines
(4 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
export
default
function
themed
(
modesOrVariant
: { light:
string
; dark:
string
; }
):
(
props
:
import
(
'../types'
).
CustomThemeProps
|
import
(
'../types'
).
NoThemeProps
|
undefined
) =>
string
;