UNPKG

@bsv/overlay-express

Version:
21 lines 619 B
export interface UIConfig { host?: string; faviconUrl?: string; backgroundColor?: string; primaryColor?: string; secondaryColor?: string; fontFamily?: string; headingFontFamily?: string; additionalStyles?: string; sectionBackgroundColor?: string; primaryTextColor?: string; linkColor?: string; hoverColor?: string; borderColor?: string; secondaryBackgroundColor?: string; secondaryTextColor?: string; defaultContent?: string; } declare const _default: (config?: UIConfig) => string; export default _default; //# sourceMappingURL=makeUserInterface.d.ts.map