2 lines
99 B
TypeScript
2 lines
99 B
TypeScript
export declare function compileInputs(fragments: any[], template: string, sort?: boolean): string;
|