UNPKG

@mongez/gnz

Version:

Generator Z, the next generation of scaffolding tools.

5 lines 338 B
import { SuperTableComponentOptions } from "./types"; export declare function generateSuperTableTemplate(options: SuperTableComponentOptions): Promise<string>; export declare function parseColumns(columns?: Record<string, string>): string; export declare function parseFilters(filters: any): string; //# sourceMappingURL=template.d.ts.map