Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikKarpuk committed Feb 9, 2024
1 parent b1fddd0 commit 80426fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 160 deletions.
129 changes: 0 additions & 129 deletions ui/comman/config/tableConfig.ts

This file was deleted.

31 changes: 0 additions & 31 deletions ui/comman/types.ts
Original file line number Diff line number Diff line change
@@ -1,39 +1,8 @@
import { TableTemplates } from '../components/molecules/table/templates';

export type View = {
sm: number;
md: number;
lg: number;
};

export type TableConfig = {
colName: string;
columnTemplate: TableTemplates;
fields?: {
value?: string;
additionValue?: string;
postfix?: string;
name?: string;
img?: string;
pk?: string;
getRedirectLink?: (value: string) => string;
noRedirectFromData?: string;
noHash?: boolean;
isCoinTable?: boolean;
noRedirect?: boolean;
};
sortBy?: SORT_BY;
headerText?: string;
view?: View;
style?: {
noGrow?: boolean;
width?: string;
justifyContent?: string;
maxWidth?: string;
minWidth?: string;
};
};

export type LimitOptions = { text: string; value: number }[];
export type TabSwitcherOptions = string[];

Expand Down

0 comments on commit 80426fd

Please sign in to comment.