UNPKG
@seemusic/ui-components
Version:
latest (0.0.8-rc.7)
0.0.8-rc.7
0.0.8-rc.6
0.0.8-rc.5
0.0.8-rc.4
0.0.8-rc.3
0.0.8-rc.2
0.0.8-rc.1
0.0.7-rc.2
0.0.7-rc.1
0.0.7-alpha.8
0.0.7-alpha.7
0.0.7-alpha.6
0.0.7-alpha.5
0.0.7-alpha.4
0.0.7-alpha.3
0.0.7-alpha.2
0.0.7-alpha.1
0.0.6-alpha.2
0.0.6-alpha.1
0.0.5
0.0.5-beta.2
0.0.5-beta.1
0.0.4
A Vue 3 UI Library. Uses Composable.
chords-ui.seemusic.xyz
SeeMusic/chords
@seemusic/ui-components
/
lib
/
resolver.d.ts
15 lines
(14 loc)
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** * Resolver for unplugin-vue-components and unplugin-auto-import * *
@param
options
*/
export
declare
function
UIComponentsResolver
(
options
: { prefix:
string
; }
): {
type
:
"component"
;
resolve
:
(
name
:
string
) =>
{
name
:
string
;
from
:
string
; }; }[];