mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
refactor(): export types, import types from index.d.ts instead of direct link to module
* chore(dependencies): update the lock file * refactor(): exported all types we're cool with exporting, updated types to be referenced from the src/index.d.ts file instead of local .ts files to prevent hard linking of files together * chore(build): add tsc task to typecheck code * chore(action-sheet-controller): fix import style * fix(): removed unneeded dom controller reference and removed component element reference.
This commit is contained in:
@ -162,5 +162,5 @@ export class Segment {
|
||||
export interface SegmentEvent extends Event {
|
||||
detail: {
|
||||
segment: Segment;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user