ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Interface TabPanelProps

    TabPanelProps interface for tab panel component

    interface TabPanelProps {
        children?: ReactNode;
        dir?: string;
        index: number;
        value: string | number | false;
        style?: object | CSSProperties;
        name?: string;
    }
    Index

    Properties

    children?: ReactNode

    Child elements

    dir?: string

    Text direction

    index: number

    Tab index

    value: string | number | false

    Current value

    style?: object | CSSProperties

    Custom styles

    name?: string

    Panel name