Update components/kleap-form.tsx

This commit is contained in:
kleap-admin 2026-01-18 18:23:20 +00:00
parent 5133a8f311
commit 7d3a387690
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import {
} from "@/components/ui/form";
import { Button } from "./ui/button";
interface KleapFormField {
export interface KleapFormField {
name: string;
label: string;
type:
@ -56,7 +56,7 @@ interface KleapFormField {
* />
* ```
*/
interface KleapFormProps {
export interface KleapFormProps {
formId: string;
title?: string;
description?: string;