UNPKG

@t1mmen/srtd

Version:

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

7 lines (6 loc) • 169 B
import React from 'react'; export declare function StatBadge({ label, value, color, }: { label: string; value: number; color: string; }): React.JSX.Element;