@layerfi/components 0.1.74 → 0.1.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +11855 -11865
- package/dist/esm/index.js.map +4 -4
- package/dist/index.d.ts +0 -1
- package/dist/index.js +11702 -11712
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2894,7 +2894,6 @@ declare module '@layerfi/components/components/ProfitAndLossCompareOptions/Profi
|
|
|
2894
2894
|
tagKey: string;
|
|
2895
2895
|
tagValues: string[];
|
|
2896
2896
|
} | 'None';
|
|
2897
|
-
export const tagFilterToQueryString: (tagFilter: TagFilterInput) => string;
|
|
2898
2897
|
export const ProfitAndLossCompareOptions: ({ tagComparisonOptions, defaultTagFilter: defaultOption, }: ProfitAndLossCompareOptionsProps) => React.JSX.Element;
|
|
2899
2898
|
|
|
2900
2899
|
}
|