UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

14 lines (13 loc) 793 B
declare const StyledLinkPreview: import("styled-components").StyledComponent<"a", any, { theme: object; } & { as?: "a" | "div"; }, "theme">; declare const StyledCloseIconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; declare const StyledPreviewWrapper: import("styled-components").StyledComponent<"div", any, { isLoading: boolean; }, never>; declare const StyledTitle: import("styled-components").StyledComponent<"div", any, {}, never>; declare const StyledDescription: import("styled-components").StyledComponent<"div", any, {}, never>; declare const StyledUrl: import("styled-components").StyledComponent<"div", any, {}, never>; export { StyledLinkPreview, StyledCloseIconWrapper, StyledPreviewWrapper, StyledTitle, StyledDescription, StyledUrl, };