SideBarProps: {
    activeKey?: string | null;
    children?: ReactNode;
    defaultActiveKey?: string | null;
    onChange?: ((key) => void);
} & NativeProps<"--width" | "--height" | "--item-border-radius" | "--background-color">

Type declaration

  • Optional activeKey?: string | null
  • Optional children?: ReactNode
  • Optional defaultActiveKey?: string | null
  • Optional onChange?: ((key) => void)
      • (key): void
      • Parameters

        • key: string

        Returns void

Generated using TypeDoc