• Parameters

    • props: {
          active?: boolean;
          onActive?: (() => void);
          onDelete?: (() => void);
          title: string;
      } & {} & RefAttributes<HTMLDivElement>

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc