@myelmut/design-system 0.1.38 → 0.1.39
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +197 -195
- package/dist/index.es.js.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -222,7 +222,7 @@ declare interface FiltersProps {
|
|
|
222
222
|
className?: string;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
export declare const FoodCard:
|
|
225
|
+
export declare const FoodCard: ForwardRefExoticComponent<FoodCardProps & RefAttributes<HTMLDivElement>>;
|
|
226
226
|
|
|
227
227
|
declare interface FoodCardProps {
|
|
228
228
|
title: string;
|