UNPKG
v-regexp
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
JavaScript Regular Expression Parser and Visualizer.
github.com/usetools/v-regexp
usetools/v-regexp
v-regexp
/
lib
/
themes
/
normal.d.ts
6 lines
(5 loc)
•
94 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Theme
}
from
'../types'
;
/** * 常规主题 */
export
declare
const
normal
:
Theme
;