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