sendou.ink/app/form/index.ts
dependabot[bot] ea6bb0eb43
build(deps): bump the minor-and-patch group with 7 updates (#3276)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2026-07-31 14:57:05 +03:00

5 lines
146 B
TypeScript

// Form system exports
export { SendouForm } from "./SendouForm";
export type { ArrayItemRenderContext, CustomFieldRenderProps } from "./types";