@imtbl/design-system
Advanced tools
Comparing version 0.0.26 to 0.0.27
@@ -1,2 +0,2 @@ | ||
import '../dist/immutable.global.css'; | ||
import '../src/styles'; | ||
export declare const App: () => JSX.Element; |
@@ -9,2 +9,2 @@ import { HyperlinkPropTypes } from '../../types/button.types'; | ||
}; | ||
export declare function Hyperlink({ className, href, to, children, ...otherProps }: HyperlinkPropTypes): JSX.Element; | ||
export declare function Hyperlink({ className, href, to, children, ...props }: HyperlinkPropTypes): JSX.Element; |
import { StyledHyperlinkPropTypes } from '../../types/button.types'; | ||
export declare const StyledHyperlink: ({ children, className, ...props }: StyledHyperlinkPropTypes) => JSX.Element; | ||
export declare const StyledHyperlink: ({ children, className, to, href, testId, ...props }: StyledHyperlinkPropTypes) => JSX.Element; |
{ | ||
"name": "@imtbl/design-system", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "A repository to house all design system components utilised inside of IMX GUI", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
631167