UNPKG

bulletpoints

Version:
16 lines (15 loc) 540 B
export declare const colorSchemeXML: ({ dark1, dark2, light1, light2, accent1, accent2, accent3, accent4, accent5, accent6, hLink, folHLink }?: { dark1?: string; dark2?: string; light1?: string; light2?: string; accent1?: string; accent2?: string; accent3?: string; accent4?: string; accent5?: string; accent6?: string; hLink?: string; folHLink?: string; }) => string; export default function makeXmlTheme(fontFamily: any, titleFontFamily?: any, colorScheme?: string): string;