UNPKG

carbon-react

Version:

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

8 lines (7 loc) 261 B
import { TileFooterProps } from "./tile-footer.component"; declare const StyledTileFooter: import("styled-components").StyledComponent<"div", any, { theme: object; } & { variant: TileFooterProps["variant"]; }, "theme">; export default StyledTileFooter;