Update components/kleap-form.tsx
This commit is contained in:
parent
5133a8f311
commit
7d3a387690
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue