carpooluikit
Version:
carpool finance uikit
9 lines (8 loc) • 327 B
TypeScript
import { DefaultTheme } from "styled-components";
import { TagProps } from "./types";
interface ThemedProps extends TagProps {
theme: DefaultTheme;
}
export declare const StyledTag: import("styled-components").StyledComponent<"div", DefaultTheme, ThemedProps, never>;
declare const _default: null;
export default _default;