@loadsmart/miranda-react
Advanced tools
Comparing version 1.30.2 to 1.31.0
import type { HTMLAttributes, ReactNode } from 'react'; | ||
import { Header as WCHeader } from '@loadsmart/miranda-wc'; | ||
import { HeaderActions } from './HeaderActions'; | ||
import { HeaderContent } from './HeaderContent'; | ||
import { HeaderTitle } from './HeaderTitle'; | ||
@@ -20,2 +21,3 @@ import { HeaderBackButton } from './HeaderBackButton'; | ||
var Actions: typeof HeaderActions; | ||
var Content: typeof HeaderContent; | ||
var Title: typeof HeaderTitle; | ||
@@ -22,0 +24,0 @@ var SubHeader: typeof import("./SubHeader").SubHeader; |
{ | ||
"name": "@loadsmart/miranda-react", | ||
"version": "1.30.2", | ||
"version": "1.31.0", | ||
"description": "React component library based on Miranda Web Components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
140181
167
1257