@modulz/primitives
Advanced tools
Comparing version 0.0.1-27 to 0.0.1-28
@@ -12,3 +12,5 @@ /// <reference types="react" /> | ||
declare type LinkSystemProps = BoxSystemProps; | ||
export declare type LinkProps = LinkDOMProps & LinkStyleConfigProp & LinkSystemProps; | ||
export declare type LinkProps = LinkDOMProps & LinkStyleConfigProp & LinkSystemProps & { | ||
as?: React.ReactElement<any>; | ||
}; | ||
export declare const Link: import("styled-components").StyledComponent<"a", any, { | ||
@@ -18,3 +20,5 @@ 'data-part-id': string; | ||
ref?: ((instance: HTMLAnchorElement | null) => void) | import("react").RefObject<HTMLAnchorElement> | null | undefined; | ||
} & LinkStyleConfigProp & import("@modulz/radix-system").SpaceSetProps & import("@modulz/radix-system").SxProp, "data-part-id">; | ||
} & LinkStyleConfigProp & import("@modulz/radix-system").SpaceSetProps & import("@modulz/radix-system").SxProp & { | ||
as?: import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, string | any | (new (props: any) => import("react").Component<any, any, any>)> | null) | (new (props: any) => import("react").Component<any, any, any>)> | undefined; | ||
}, "data-part-id">; | ||
export {}; |
{ | ||
"name": "@modulz/primitives", | ||
"version": "0.0.1-27", | ||
"version": "0.0.1-28", | ||
"description": "Accessible and customisable primitives for the web", | ||
@@ -5,0 +5,0 @@ "author": "Pedro Duarte <pedro@modulz.app>", |
780718
12353