We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602acf5 commit 64e10ccCopy full SHA for 64e10cc
src/types.ts
@@ -35,8 +35,8 @@ export interface ComponentsDir extends ScanDir {
35
transpile?: 'auto' | boolean
36
}
37
38
-type componentsDirHook = (dirs: ComponentsDir[]) => void | Promise<void>
39
-type componentsExtendHook = (components: (ComponentsDir | ScanDir)[]) => void | Promise<void>
+export type componentsDirHook = (dirs: ComponentsDir[]) => void | Promise<void>
+export type componentsExtendHook = (components: (ComponentsDir | ScanDir)[]) => void | Promise<void>
40
41
export interface Options {
42
dirs: (string | ComponentsDir)[]
0 commit comments