Files
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

5 lines
228 B
TypeScript

import type { RadioGroupRootProps } from "../types.js";
declare const RadioGroup: import("svelte").Component<RadioGroupRootProps, {}, "value" | "ref">;
type RadioGroup = ReturnType<typeof RadioGroup>;
export default RadioGroup;