UNPKG

carbon-react

Version:

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

9 lines (8 loc) 511 B
import { SpaceProps } from "styled-system"; import { TileProps } from "./tile.component"; declare const StyledTile: import("styled-components").StyledComponent<"div", any, { theme: object; } & Pick<TileProps, "height" | "width" | "variant" | "highlightVariant" | "roundness" | "borderWidth" | "borderVariant"> & { isHorizontal?: boolean; } & SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol>, "theme">; export default StyledTile;