mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-08 08:45:37 +00:00
5 lines
135 B
TypeScript
5 lines
135 B
TypeScript
import WdRadioButton from './WdRadioButton';
|
|
|
|
export default WdRadioButton;
|
|
export type { WdRadioButtonProps } from './WdRadioButton';
|