@bsv/overlay-express
Version:
BSV Blockchain Overlay Express
21 lines • 619 B
TypeScript
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