@technokratos/components-react
Advanced tools
Comparing version 0.11.1 to 0.11.5
/// <reference types="react" /> | ||
export declare const IconPathContext: import("react").Context<import("./utils").StringHandler<string>>; | ||
export declare const IconContext: import("react").Context<{ | ||
tkCalendar: string; | ||
tkCalendarPrev2: string; | ||
tkCalendarPrev: string; | ||
tkCalendarNext: string; | ||
tkCalendarNext2: string; | ||
tkDropdownArrow: string; | ||
tkCalendarArrow: string; | ||
tkCheck: string; | ||
tkCheckIndeterminate: string; | ||
}>; |
@@ -10,3 +10,4 @@ export declare function getSize(source: string): [number | null, number | null]; | ||
tkCheck: string; | ||
tkCheckIndeterminate: string; | ||
}; | ||
export declare const cachedRequest: (url: string) => Promise<string>; |
{ | ||
"name": "@technokratos/components-react", | ||
"version": "0.11.1", | ||
"version": "0.11.5", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@popperjs/core": "^2.4.4", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
10
187049