UNPKG

@legendarymediatv/bootstrap

Version:

additional Bootstrap-based React components for extending functionality to react-bootstrap and gatsby

12 lines (11 loc) 359 B
export default class ListGroup extends React.Component<any, any, any> { static Item: typeof Item; constructor(props: any); constructor(props: any, context: any); } import React from "react"; declare class Item extends React.Component<any, any, any> { constructor(props: any); constructor(props: any, context: any); } export {};