/** * This file is only for backwards compatibility * Import the Theme type from the main entry point instead * * @flow */ import type { Theme as _Theme } from './src/types'; export type Theme = _Theme;