IndexBarPanelProps: {
    brief?: ReactNode;
    children?: ReactNode;
    index: string;
    title?: ReactNode;
} & NativeProps

Type declaration

  • Optional brief?: ReactNode
  • Optional children?: ReactNode
  • index: string
  • Optional title?: ReactNode

Generated using TypeDoc