UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

9 lines (8 loc) 367 B
import { KendoComponent } from '../_types/component'; export declare const RADIOITEM_CLASSNAME = "k-radio-list-item"; declare const states: never[]; export type KendoRadioItemState = { [K in (typeof states)[number]]?: boolean; }; export declare const RadioItem: KendoComponent<KendoRadioItemState & React.HTMLAttributes<HTMLLIElement>>; export default RadioItem;