fannypack-v5
Version:
An accessible, composable, and friendly React UI Kit
11 lines (10 loc) • 692 B
TypeScript
export declare const Popover: (styleProps: any) => string;
export declare const PopoverContent: (styleProps: any) => string;
export declare const PopoverHeader: (styleProps: any) => string;
export declare const PopoverTitle: (styleProps: any) => string;
export declare const PopoverFooter: (styleProps: any) => string;
export declare const PopoverClose: (styleProps: any) => string;
export declare const PopoverBackdrop: (styleProps: any) => string;
export declare const PopoverDisclosure: (styleProps: any) => string;
export declare const PopoverArrow: (styleProps: any) => string;
export declare const getPlacementAttributes: (styleProps: any) => import("@emotion/utils").SerializedStyles;