UNPKG

@activecollab/components

Version:

ActiveCollab Components

36 lines 2.81 kB
/// <reference types="react" /> import { ListItemProps } from "../List"; export declare const StyledSortWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledValueButton: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../ValueButton").IValueButtonProps & import("react").RefAttributes<HTMLButtonElement>>, any, {}, never>; export declare const StyledIconButton: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../IconButton").IconButtonProps & { children?: import("react").ReactNode; } & import("react").RefAttributes<HTMLButtonElement>>, any, {}, never>; export declare const StyledSortIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement> & { gradient?: string | undefined; }, "ref"> & import("react").RefAttributes<SVGSVGElement>>, any, {}, never>; export declare const StyledSortIconDown: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement> & { gradient?: string | undefined; }, "ref"> & import("react").RefAttributes<SVGSVGElement>>, any, {}, never>; export declare const StyledSortIconUp: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement> & { gradient?: string | undefined; }, "ref"> & import("react").RefAttributes<SVGSVGElement>>, any, {}, never>; export declare const StyledList: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../List").ListProps & { children?: import("react").ReactNode; } & import("react").HTMLAttributes<HTMLUListElement> & import("react").RefAttributes<HTMLUListElement>> & { Item: import("react").ForwardRefExoticComponent<ListItemProps & { children?: import("react").ReactNode; } & import("react").HTMLAttributes<HTMLLIElement> & import("react").RefAttributes<HTMLLIElement>>; Separator: { ({ className, ...props }: import("react").HTMLAttributes<HTMLDivElement>): import("react").JSX.Element; displayName: string; }; }, any, {}, never>; interface StyledListItemProps extends ListItemProps { $active?: boolean; } export declare const StyledListItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<ListItemProps & { children?: import("react").ReactNode; } & import("react").HTMLAttributes<HTMLLIElement> & import("react").RefAttributes<HTMLLIElement>>, any, StyledListItemProps, never>; export declare const StyledListItemName: import("styled-components").StyledComponent<"span", any, {}, never>; export {}; //# sourceMappingURL=Styles.d.ts.map