UNPKG
@makerbi/vue3-sfc-loader
Version:
latest (0.9.8)
0.9.8
0.9.6
0.9.5
Single File Component loader
github.com/AndersonBY/vue3-sfc-loader
AndersonBY/vue3-sfc-loader
@makerbi/vue3-sfc-loader
/
dist
/
types
/
vue3
/
src
/
createVue3SFCModule.d.ts
6 lines
(5 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Options
,
ModuleExport
,
AbstractPath
}
from
'./types'
;
/** *
@internal
*/
export
declare
function
createSFCModule
(
source
:
string
,
filename
:
AbstractPath
,
options
:
Options
):
Promise
<
ModuleExport
>;