UNPKG

@ultraviolet/plus

Version:
9 lines (8 loc) 342 B
type LineThroughProps = { isActive?: boolean; }; export declare const LineThrough: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & LineThroughProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>; export {};