UNPKG

@omni-door/utils

Version:

The utils of omni-door's projects

9 lines (8 loc) 348 B
export declare const LOGO = "\uD83D\uDC38"; export declare const BRAND = "OMNI-DOOR"; export declare const setLogo: (logo: string) => void; export declare const getLogo: () => string; export declare const setBrand: (brand: string) => void; export declare const getBrand: () => string; declare const _default: () => string; export default _default;