UNPKG

140 BTypeScriptView Raw
1export default function replaceComposes(text: string, replacer: (match: string, classList: string[], fromPart?: string) => string): string;