UNPKG

@navinc/base-react-components

Version:
5 lines (4 loc) 222 B
import type { Theme as BlueTheme } from './themes/nav-blue'; import type { Theme as PurpleTheme } from './themes/nav-purple'; declare const isRebrand: (theme: BlueTheme | PurpleTheme) => boolean; export default isRebrand;