Update components/kleap-form.tsx
This commit is contained in:
parent
5133a8f311
commit
7d3a387690
|
|
@ -13,7 +13,7 @@ import {
|
||||||
} from "@/components/ui/form";
|
} from "@/components/ui/form";
|
||||||
import { Button } from "./ui/button";
|
import { Button } from "./ui/button";
|
||||||
|
|
||||||
interface KleapFormField {
|
export interface KleapFormField {
|
||||||
name: string;
|
name: string;
|
||||||
label: string;
|
label: string;
|
||||||
type:
|
type:
|
||||||
|
|
@ -56,7 +56,7 @@ interface KleapFormField {
|
||||||
* />
|
* />
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
interface KleapFormProps {
|
export interface KleapFormProps {
|
||||||
formId: string;
|
formId: string;
|
||||||
title?: string;
|
title?: string;
|
||||||
description?: string;
|
description?: string;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue