export interface OTableButton {
    innerOnClick: (event: any) => void;
    isIconPositionLeft: () => boolean;
}
