Blame view

天文台pc/tianwentai-ui/node_modules/@mui/material/RadioGroup/useRadioGroup.d.ts 201 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
  import { RadioGroupContextValue } from "./RadioGroupContext.js";
  export interface RadioGroupState extends RadioGroupContextValue {}
  export default function useRadioGroup(): RadioGroupState | undefined;