UNPKG

gather-content-ui

Version:
16 lines 456 B
import { Component } from "react"; export declare class ListItem extends Component { static defaultProps: { id: string; action: null; isCurrent: boolean; collapse: boolean; showSubList: boolean; onToggle: () => void; }; constructor(props: any); toggleSubList: () => void; render(): import("react/jsx-runtime").JSX.Element; } export default ListItem; //# sourceMappingURL=ListItem.d.ts.map