Skip to content

Commit 5b2d104

Browse files
committed
Export RadioButtonInput props interface for use by external parties
1 parent b4f165e commit 5b2d104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/atoms/forms/radio-button-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { forwardRef } from "react";
33

44
const COMPONENT_CLASS = "c-radio";
55

6-
interface RadioButtonProps {
6+
export interface RadioButtonProps {
77
autofocus?: boolean;
88
checked: boolean;
99
children?: React.ReactNode;

0 commit comments

Comments
 (0)