UNPKG

react-native-unit-components

Version:

Unit React Native components

9 lines 230 B
export declare enum PageMessage { PAGE_LOADED = "pageLoaded", PAGE_HEIGHT = "pageHeight" } export interface HeightEvent { height: number; } export type PageEvent = HeightEvent; //# sourceMappingURL=pageMessage.d.ts.map