UNPKG

@cimpress/react-components

Version:
11 lines 343 B
export default class RadioInlineDemo extends React.Component<any, any, any> { constructor(props: any); constructor(props: any, context: any); state: { selected: string; }; onChange: (e: any, value: any) => void; render(): React.JSX.Element; } import React from 'react'; //# sourceMappingURL=radioinline.d.ts.map