UNPKG
@code-surfer/standalone
Version:
alpha (3.0.0-alpha.3)
beta (3.0.0-beta.2)
latest (3.1.1)
3.1.1
3.1.0
3.0.0
3.0.0-beta.2
3.0.0-beta.1
3.0.0-beta.0
3.0.0-alpha.3
3.0.0-alpha.2
Code Surfer React component
github.com/pomber/code-surfer
pomber/code-surfer
@code-surfer/standalone
/
dist
/
themes
/
night-owl.d.ts
7 lines
(6 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare const theme: { styles: { CodeSurfer:
import
(
"../styles"
).CodeSurferStyles; }; }; export { theme };