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
/
getTheme.d.ts
3 lines
(2 loc)
•
106 B
TypeScript
View Raw
1
2
3
import
{
ThemeProps
,
Theme
}
from
'types'
;
export
default
function
getTheme
(
props?: ThemeProps
):
Theme
;