mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(focus): interactive options for focus handling
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import { AngularCompilerPlugin } from '@ngtools/webpack';
|
||||
export declare function getResolvedEntryModule(
|
||||
ngCompiler: AngularCompilerPlugin,
|
||||
projectDir: string
|
||||
): {
|
||||
path: any;
|
||||
className: string;
|
||||
export declare function getResolvedEntryModule(ngCompiler: AngularCompilerPlugin, projectDir: string): {
|
||||
path: any;
|
||||
className: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user