kubric
Version:
Android's co-ordinator layout ported to work on react native (iOS and Android)
8 lines (7 loc) • 616 B
TypeScript
import { CLBarProps, CLAppBar, CLBottomBar } from './bars';
import { CLScrollEffect, CLScrollBehaviour, CLFadeBehaviour, CLCollapseBehaviour } from './Behaviours';
import { CLContainerProps, CLBehaviourModel, CLContainer } from './Container';
import * as CoordinatedBars from './bars/BottomBar';
import * as CoordinatedBehaviours from './Behaviours';
import * as Coordinator from './Container';
export { CLContainerProps, CLContainer, CLBehaviourModel, CLScrollEffect, CLScrollBehaviour, CLFadeBehaviour, CLCollapseBehaviour, CLBarProps, CLAppBar, CLBottomBar, CoordinatedBars, CoordinatedBehaviours, Coordinator };