UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

9 lines (7 loc) 280 B
import { InjectionKey } from 'vue'; import { RadioGroupProps } from './group.props'; export type RadioGroupProvide = { changeItemCheck: (value: string | number) => void; props: RadioGroupProps; }; export declare const RADIOGROUP_PROVIDE: InjectionKey<RadioGroupProvide>;