mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
fix(): export const RefresherState so that d.ts file is created for refresher.tsx
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
import { Component, Element, Event, EventEmitter, Method, Prop, State } from '@stencil/core';
|
import { Component, Element, Event, EventEmitter, Method, Prop, State } from '@stencil/core';
|
||||||
import { DomController, GestureDetail } from '../../index';
|
import { DomController, GestureDetail } from '../../index';
|
||||||
|
|
||||||
const enum RefresherState {
|
export const enum RefresherState {
|
||||||
Inactive = 1 << 0,
|
Inactive = 1 << 0,
|
||||||
Pulling = 1 << 1,
|
Pulling = 1 << 1,
|
||||||
Ready = 1 << 2,
|
Ready = 1 << 2,
|
||||||
|
Reference in New Issue
Block a user