UNPKG

@t1mmen/srtd

Version:

Supabase Repeatable Template Definitions (srtd): 🪄 Live-reloading SQL templates for Supabase DX. Make your database changes reviewable and migrations maintainable! 🚀

10 lines (9 loc) • 308 B
import React from 'react'; import type { ProcessedTemplateResult } from '../types.js'; interface Props { result: ProcessedTemplateResult; showBuild?: boolean; showApply?: boolean; } export declare function ProcessingResults({ result, showBuild, showApply }: Props): React.JSX.Element; export {};