@t1mmen/srtd
Version:
Supabase Repeatable Template Definitions (srtd): 🪄 Live-reloading SQL templates for Supabase DX. Make your database changes reviewable and migrations maintainable! 🚀
12 lines (11 loc) • 387 B
TypeScript
export interface BrandingOptions {
subtitle?: string;
}
/**
* Renders the srtd branding header with blue/white badge.
*
* Usage:
* - Menu: renderBranding() → " srtd Supabase Repeatable Template Definitions v0.4.7"
* - Direct command: renderBranding({ subtitle: 'Build' }) → " srtd Build v0.4.7"
*/
export declare function renderBranding(options?: BrandingOptions): void;