Create custom select, update tests
This commit is contained in:
parent
bfc8caf091
commit
d8c9e57dee
21 changed files with 189 additions and 300 deletions
2
src/lib/fetcher.d.ts
vendored
2
src/lib/fetcher.d.ts
vendored
|
@ -1,5 +1,5 @@
|
|||
import { ISearchProps } from "../components/searchBar";
|
||||
import { IBookmarkGroupProps } from "../components/bookmarkGroup";
|
||||
import { IBookmarkGroupProps } from "../components/bookmarks";
|
||||
import { IAppCategoryProps } from "../components/appCategory";
|
||||
import { IAppProps } from "../components/app";
|
||||
import { IThemeProps } from "./theme";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
export interface IThemeProps {
|
||||
label: string;
|
||||
value: number;
|
||||
import { IItemProps } from "../components/select";
|
||||
|
||||
export interface IThemeProps extends IItemProps {
|
||||
mainColor: string;
|
||||
accentColor: string;
|
||||
backgroundColor: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue