mao-rn-android-kit
Version:
为 React Native 开发 提供的一些Android原生模块/组件 (react native, CoordinatorLayout, AppBarLayout, TabLayout, NestedScrollView, PopupWindow)
31 lines (30 loc) • 1.03 kB
TypeScript
declare var _default: {
readonly AXIS_CLIP: number;
readonly AXIS_PULL_AFTER: number;
readonly AXIS_PULL_BEFORE: number;
readonly AXIS_SPECIFIED: number;
readonly AXIS_X_SHIFT: number;
readonly AXIS_Y_SHIFT: number;
readonly BOTTOM: number;
readonly CENTER: number;
readonly CENTER_HORIZONTAL: number;
readonly CENTER_VERTICAL: number;
readonly CLIP_HORIZONTAL: number;
readonly CLIP_VERTICAL: number;
readonly DISPLAY_CLIP_HORIZONTAL: number;
readonly DISPLAY_CLIP_VERTICAL: number;
readonly END: number;
readonly FILL: number;
readonly FILL_HORIZONTAL: number;
readonly FILL_VERTICAL: number;
readonly HORIZONTAL_GRAVITY_MASK: number;
readonly LEFT: number;
readonly NO_GRAVITY: number;
readonly RELATIVE_HORIZONTAL_GRAVITY_MASK: number;
readonly RELATIVE_LAYOUT_DIRECTION: number;
readonly RIGHT: number;
readonly START: number;
readonly TOP: number;
readonly VERTICAL_GRAVITY_MASK: number;
};
export default _default;