@foodpilot/foods 0.1.3 → 0.1.4
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.
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export
|
|
2
|
+
export interface IBaseTemplateProps {
|
|
3
3
|
children: React.ReactNode;
|
|
4
|
-
}
|
|
4
|
+
}
|
|
5
|
+
export declare const BaseTemplate: (props: IBaseTemplateProps) => import("react/jsx-runtime").JSX.Element;
|
package/dist/main.js
CHANGED
|
@@ -29796,8 +29796,7 @@ function y1() {
|
|
|
29796
29796
|
const TY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
29797
29797
|
__proto__: null,
|
|
29798
29798
|
Footer: y1
|
|
29799
|
-
}, Symbol.toStringTag, { value: "Module" }))
|
|
29800
|
-
function Uk(e) {
|
|
29799
|
+
}, Symbol.toStringTag, { value: "Module" })), Uk = (e) => {
|
|
29801
29800
|
const t = [
|
|
29802
29801
|
{
|
|
29803
29802
|
icon: /* @__PURE__ */ m.jsx(Bn, { component: hk }),
|
|
@@ -29865,8 +29864,7 @@ function Uk(e) {
|
|
|
29865
29864
|
}
|
|
29866
29865
|
)
|
|
29867
29866
|
] });
|
|
29868
|
-
}
|
|
29869
|
-
const EY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
29867
|
+
}, EY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
29870
29868
|
__proto__: null,
|
|
29871
29869
|
BaseTemplate: Uk
|
|
29872
29870
|
}, Symbol.toStringTag, { value: "Module" })), Wk = (e) => {
|