export enum TableLineHeightEnum { DEFAULT = 'DEFAULT', SMALL = 'SMALL', MIDDLE = 'MIDDLE', LARGE = 'LARGE', AUTO = 'AUTO' }