first commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import { RadioGroupProps } from "./radio-group.js";
|
||||
import { InjectionKey } from "vue";
|
||||
|
||||
//#region ../../packages/components/radio/src/constants.d.ts
|
||||
interface RadioGroupContext extends RadioGroupProps {
|
||||
changeEvent: (val: RadioGroupProps['modelValue']) => void;
|
||||
}
|
||||
declare const radioGroupKey: InjectionKey<RadioGroupContext>;
|
||||
//#endregion
|
||||
export { RadioGroupContext, radioGroupKey };
|
||||
Reference in New Issue
Block a user