@tmlmobilidade/ui 20250306.1453.58 → 20250306.1700.23
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/cjs/index.js +0 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/src/components/layout/Sidebar/index.d.ts +1 -1
- package/dist/esm/index.js +0 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/src/components/layout/Sidebar/index.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
@@ -7,4 +7,4 @@ export interface SidebarItemProps {
|
|
7
7
|
export interface SidebarProps {
|
8
8
|
items: SidebarItemProps[];
|
9
9
|
}
|
10
|
-
export default function Sidebar({ items, }: SidebarProps): import("react/jsx-runtime").JSX.Element
|
10
|
+
export default function Sidebar({ items, }: SidebarProps): import("react/jsx-runtime").JSX.Element;
|
package/dist/index.d.ts
CHANGED
@@ -388,7 +388,7 @@ interface SidebarItemProps {
|
|
388
388
|
interface SidebarProps {
|
389
389
|
items: SidebarItemProps[];
|
390
390
|
}
|
391
|
-
declare function Sidebar({ items, }: SidebarProps): react_jsx_runtime.JSX.Element
|
391
|
+
declare function Sidebar({ items, }: SidebarProps): react_jsx_runtime.JSX.Element;
|
392
392
|
|
393
393
|
interface HeaderProps {
|
394
394
|
user_name?: string;
|