UNPKG

react-native-unit-components

Version:

Unit React Native components

12 lines (9 loc) 181 B
export enum PageMessage { PAGE_LOADED = 'pageLoaded', PAGE_HEIGHT = 'pageHeight', } export interface HeightEvent { height: number; } export type PageEvent = | HeightEvent