Newer
Older
alert / js / node_modules / flarum / forum / components / DiscussionList.d.ts
@Réz István Réz István on 18 Nov 2021 336 bytes first commit
/**
 * The `DiscussionList` component displays a list of discussions.
 *
 * ### Attrs
 *
 * - `state` A DiscussionListState object that represents the discussion lists's state.
 */
export default class DiscussionList extends Component<import("../../common/Component").ComponentAttrs> {
}
import Component from "../../common/Component";