feature: add switch component
This commit is contained in:
parent
4dc7ac3e83
commit
c64c47218f
|
@ -0,0 +1,4 @@
|
||||||
|
import { ExtractPropTypes } from 'vue';
|
||||||
|
|
||||||
|
export const switchProps = {};
|
||||||
|
export type SwtichProps = ExtractPropTypes<typeof switchProps>;
|
Loading…
Reference in New Issue