UNPKG

@xcritical/button

Version:
7 lines (6 loc) 650 B
import { IPrefixProps, IStyledButtonProps, IContentProps } from '../interfaces'; export declare const StyledButton: import("styled-components").StyledComponent<"div", any, IStyledButtonProps, never>; export declare const Prefix: import("styled-components").StyledComponent<"span", any, IPrefixProps, never>; export declare const Postfix: import("styled-components").StyledComponent<"span", any, IPrefixProps, never>; export declare const ContentWrapper: import("styled-components").StyledComponent<"span", any, IContentProps, never>; export declare const Content: import("styled-components").StyledComponent<"span", any, IContentProps, never>;