Skip to content

Commit

Permalink
fix: added export for RadioBoxOptionProps
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwelsch committed Jan 30, 2024
1 parent 73b3219 commit 0268641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form-field/radio-box/radio-box-option.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0268641

Please sign in to comment.