mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
lint(): fix lint issues with feature-6.1
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { JSXBase } from '@stencil/core/internal';
|
||||
import type { JSXBase } from '@stencil/core/internal';
|
||||
|
||||
import { AnimationBuilder, ComponentProps, ComponentRef, FrameworkDelegate, Mode } from '../../interface';
|
||||
import type { AnimationBuilder, ComponentProps, ComponentRef, FrameworkDelegate, Mode } from '../../interface';
|
||||
|
||||
export interface ModalOptions<T extends ComponentRef = ComponentRef> {
|
||||
component: T;
|
||||
@ -33,7 +33,7 @@ export interface ModalAnimationOptions {
|
||||
backdropBreakpoint?: number;
|
||||
}
|
||||
|
||||
export interface ModalAttributes extends JSXBase.HTMLAttributes<HTMLElement> { }
|
||||
export type ModalAttributes = JSXBase.HTMLAttributes<HTMLElement>
|
||||
|
||||
export interface ModalBreakpointChangeEventDetail {
|
||||
breakpoint: number;
|
||||
|
Reference in New Issue
Block a user