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) • 153 B
import React from 'react'; type Props = { subtitle?: string; }; export default function Branding({ subtitle }: Props): React.JSX.Element; export {};