// @flow import type * as React from "react"; import type type { breakpoint as Breakpoint } from "./Stacks_types.gen"; export type Props = { +breakpoints?: Breakpoint[], +children: React.Node, +debug?: boolean, +spacing?: number, ... }; declare export var make: React.ComponentType;