init component
This commit is contained in:
11
node_modules/buetify/lib/components/form/shared/useCheckRadio.js
generated
vendored
Executable file
11
node_modules/buetify/lib/components/form/shared/useCheckRadio.js
generated
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
export function useCheckRadioPropsDefinition() {
|
||||
return {
|
||||
value: null,
|
||||
nativeValue: null,
|
||||
type: {
|
||||
type: String
|
||||
}
|
||||
};
|
||||
}
|
||||
export function useCheckRadio() {}
|
||||
//# sourceMappingURL=useCheckRadio.js.map
|
||||
Reference in New Issue
Block a user