feat(components): add switch component

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/3445/head
Ryan Wang 2022-06-21 17:31:23 +08:00
parent 7dab901864
commit 7f304a92b4
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";