// @flow export type GetGrow = (grow: boolean) => string | boolean; declare export default GetGrow;