UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

7 lines (6 loc) 217 B
import * as React from 'react'; import { BoxProps } from 'rebass'; export interface ListGroupProps extends BoxProps { } declare const ListGroup: (props: ListGroupProps) => React.JSX.Element; export default ListGroup;