UNPKG
press-hooks
Version:
latest (1.0.0)
1.0.0
0.0.9
hooks
novlan1.github.io/press-components/
novlan1/press-components
press-hooks
/
use-prefix.ts
8 lines
(6 loc)
•
110 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
const
DEFAULT_PREFIX
=
'mm'
;
export
function
usePrefix
(
) {
return
{
classPrefix
:
DEFAULT_PREFIX
}; }