feat(components): add switch component

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/583/head
Ryan Wang 2022-06-21 17:31:23 +08:00
parent 84f981a8cb
commit 5a16fa7d1f
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ export * from "./components/space";
export * from "./components/tabs";
export * from "./components/tag";
export * from "./components/textarea";
export * from "./components/switch";