diff --git a/src/components/form-field/radio-box/radio-box-option.tsx b/src/components/form-field/radio-box/radio-box-option.tsx index bf145b6c..2fb94acc 100644 --- a/src/components/form-field/radio-box/radio-box-option.tsx +++ b/src/components/form-field/radio-box/radio-box-option.tsx @@ -2,7 +2,7 @@ import { RadioGroup } from "@headlessui/react"; import React, { Fragment } from "react"; import { classNames } from "../../../util/class-names"; -interface RadioBoxOptionProps { +export interface RadioBoxOptionProps { children: React.ReactNode; value: string; disabled?: boolean;