CreateRemoteTopicsTableProps: {
    children?: ReactNode;
    onTopicChange: ((selectedTopics) => void);
    remoteTopics?: RemoteTopics[];
    selectedTopics: RemoteTopics[];
}

Type declaration

  • Optional children?: ReactNode
  • onTopicChange: ((selectedTopics) => void)
      • (selectedTopics): void
      • Parameters

        Returns void

  • Optional remoteTopics?: RemoteTopics[]
  • selectedTopics: RemoteTopics[]

Generated using TypeDoc