UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

8 lines (7 loc) 320 B
import * as React from 'react'; import { SelectionBoxProps, SelectionBoxState } from './Table'; export default class SelectionBox extends React.Component<SelectionBoxProps, SelectionBoxState> { constructor(props: SelectionBoxProps); getCheckState(props: SelectionBoxProps): boolean; render(): JSX.Element; }