feature: add switch component

This commit is contained in:
Sagi 2022-09-28 19:52:28 +08:00
parent 4dc7ac3e83
commit c64c47218f
4 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
import { ExtractPropTypes } from 'vue';
export const switchProps = {};
export type SwtichProps = ExtractPropTypes<typeof switchProps>;