UNPKG

typescript-plugin-styled-components

Version:

TypeScript transformer for improving the debugging experience of styled-components

4 lines (3 loc) 278 B
import * as ts from 'typescript'; export declare function createMinifier(): (next: string, last?: boolean) => string; export declare function minifyTemplate(templateLiteral: ts.TemplateLiteral, factory: ts.NodeFactory): ts.NoSubstitutionTemplateLiteral | ts.TemplateExpression;