UNPKG

carpooluikit

Version:
7 lines (6 loc) 280 B
interface StyledTabProps { color: "backgroundAlt" | "textSubtle"; bgColor: "textSubtle" | "input"; } declare const StyledTab: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, StyledTabProps, never>; export default StyledTab;