UNPKG

file2html-ooxml

Version:
9 lines (8 loc) 235 B
export interface TagStyleMatchProps { tagName: string; attributes: { [key: string]: string; }; styles: string; } export default function matchStyleTag({tagName, attributes, styles}: TagStyleMatchProps): string;