UNPKG

@bsv/overlay-express

Version:
16 lines 466 B
export type UIConfig = { faviconUrl?: string; backgroundColor?: string; primaryColor?: string; secondaryColor?: string; fontFamily?: string; headingFontFamily?: string; additionalStyles?: string; sectionBackgroundColor?: string; linkColor?: string; hoverColor?: string; borderColor?: string; }; declare const _default: (config?: UIConfig) => string; export default _default; //# sourceMappingURL=makeUserInterface.d.ts.map