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

8 lines
90 B
TypeScript

export default function DangerSwitch(){
return (
<div>
Danger Switch
</div>
);
}