Rezi
    Preparing search index...

    Type Alias DividerProps

    DividerProps: Readonly<
        {
            char?: string;
            color?: string;
            direction?: "horizontal"
            | "vertical";
            key?: string;
            label?: string;
        },
    >