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) • 521 B
export { renderBranding } from './branding.js'; export { type ErrorDisplayOptions, type ErrorItem, renderErrorDisplay } from './errorDisplay.js'; export { type RenderContext, type RenderResultsOptions, renderResultRow, renderResultsTable, type TemplateResult, } from './resultsTable.js'; export { createSpinner } from './spinner.js'; export type { TemplateResultStatus } from './types.js'; export { DEFAULT_WATCH_SHORTCUTS, renderWatchFooter, type WatchFooterOptions, type WatchFooterShortcut, } from './watchFooter.js';