Skip to content

Commit

Permalink
fix: Typings for RadioButton (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoevanp authored Jun 2, 2021
1 parent 4feae28 commit 3e36605
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/fuselage/src/components/RadioButton/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { ComponentProps, ForwardRefExoticComponent } from 'react';

import { Box } from '../Box';

type RadioButtonProps = ComponentProps<typeof Box>;
export const RadioButton: ForwardRefExoticComponent<RadioButtonProps>;

0 comments on commit 3e36605

Please sign in to comment.