mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-01 08:36:37 -05:00
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>
5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
// Form system exports
|
|
|
|
export { SendouForm } from "./SendouForm";
|
|
export type { ArrayItemRenderContext, CustomFieldRenderProps } from "./types";
|