UNPKG

@hirebus/academy

Version:

React component library for academy and learning platforms

5 lines (3 loc) 152 B
import { BrandConfig } from './brand-config.types'; export type BrandInfo = Omit<BrandConfig, 'features'>; export declare const BRAND_INFO: BrandInfo;