UNPKG

fk-ballet

Version:

Android's co-ordinator layout ported to work on react native (iOS and Android and on web via RNW)

8 lines (7 loc) 606 B
import { CLBarProps, CLAppBar, CLBottomBar } from './Bars'; import { CLScrollEffect, CLScrollBehaviour, CLFadeBehaviour, CLCollapseBehaviour } from './Behaviours'; import { CLContainerProps, CLBehaviourModel, CLContainer } from './Container'; import * as CoordinatedBars from './Bars'; import * as CoordinatedBehaviours from './Behaviours'; import * as Coordinator from './Container'; export { CLContainerProps, CLContainer, CLBehaviourModel, CLScrollEffect, CLScrollBehaviour, CLFadeBehaviour, CLCollapseBehaviour, CLBarProps, CLAppBar, CLBottomBar, CoordinatedBars, CoordinatedBehaviours, Coordinator };