UNPKG
@vectrejs/vectre
Version:
latest (1.1.0)
unstable (1.0.0-0)
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-0
0.0.0
Complete implementation of Spectre.css on Vue 2.x
github.com/vectrejs/vectre
vectrejs/vectre
@vectrejs/vectre
/
types
/
utils
/
prefix.d.ts
2 lines
(1 loc)
•
94 B
TypeScript
View Raw
1
2
export
declare
const
addPrefix
:
(
source
:
string
,
prefix
?:
string
,
suffix
?:
string
) =>
string
;