UNPKG

@npm.tangocode/tc_ui_components

Version:

[<img src="https://s3.amazonaws.com/tc-ui-components/documentationImages/tangoCodeLogo.png">](https://tangocode.com/) # TangoCode React UI Components #

14 lines (9 loc) 161 B
export interface CheckItem { id: string; name: string; children: CheckItem[]; } export interface RadioItem { name: string; id: string; }