chore: rename
This commit is contained in:
@@ -30,8 +30,8 @@ export interface FontFilters {
|
||||
subsets: FontSubset[];
|
||||
}
|
||||
|
||||
export type CheckboxFilter = 'providers' | 'categories' | 'subsets';
|
||||
export type FilterType = CheckboxFilter | 'searchQuery';
|
||||
export type FilterGroup = 'providers' | 'categories' | 'subsets';
|
||||
export type FilterType = FilterGroup | 'searchQuery';
|
||||
|
||||
/**
|
||||
* Standard font weights
|
||||
|
||||
Reference in New Issue
Block a user