@nar-bus/lena-ui-shared 1.2.1 → 1.2.3

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.d.ts CHANGED
@@ -155,7 +155,6 @@ export declare interface AppSidebarProps {
155
155
  onToggleCollapse: () => void;
156
156
  logo?: {
157
157
  title: string;
158
- subtitle?: string;
159
158
  letter?: string;
160
159
  imageSrc?: string;
161
160
  };