export type WtTableHeader = { value: string; locale?: string | string[]; text?: string; width?: string; sort?: boolean; show?: boolean; };