Hex Core JS
    Preparing search index...

    Type Alias TableCellProps

    TableCellProps: {
        align?: "normal" | "start" | "center" | "end";
        justify?: "normal" | "start" | "center" | "end";
        multiLine?: boolean;
        noHorizontalPadding?: boolean;
        noPadding?: boolean;
        noVerticalPadding?: boolean;
        numeric?: boolean;
        onClick?: () => void;
    } & ColumnProps<string> & Partial<
        ClassNameProps & StyleProps & ChildrenProps,
    >