UNPKG

@impossiblefinance/uikit

Version:
9 lines (8 loc) 327 B
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;