UNPKG

@t1mmen/srtd

Version:

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

9 lines (8 loc) • 285 B
import React from 'react'; import zod from 'zod'; export declare const args: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>; type Props = { args: zod.infer<typeof args>; }; export default function Register({ args: templateArgs }: Props): React.JSX.Element | null; export {};