ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface TabPanelProps

    TabPanelProps interface for tab panel component

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

    Properties

    children?: ReactNode

    Child elements

    dir?: string

    Text direction

    index: number

    Tab index

    value: string | number

    Current value

    style?: object

    Custom styles

    name: string

    Panel name