Files
MattrixwvReactComponents/lib/component/input/switch/PrimarySwitch.tsx

8 lines
92 B
TypeScript

export default function PrimarySwitch(){
return (
<div>
Primary Switch
</div>
);
}