UNPKG

@renderlesskit/react

Version:

Collection of headless components/hooks that are accessible, composable, customizable from low level to build your own UI & Design System powered by Reakit

6 lines (5 loc) 308 B
import React from "react"; import { RadioOptions } from "./Radio"; export declare function getChecked(options: RadioOptions): boolean; export declare function useInitialChecked(options: RadioOptions): void; export declare function fireChange(element: HTMLElement, onChange?: React.ChangeEventHandler): void;