fannypack-v5
Version:
An accessible, composable, and friendly React UI Kit
10 lines (9 loc) • 623 B
TypeScript
export declare const Callout: (styleProps: any) => string;
export declare const CalloutContent: (styleProps: any) => string;
export declare const CalloutHeader: (styleProps: any) => string;
export declare const CalloutTitle: (styleProps: any) => string;
export declare const CalloutFooter: (styleProps: any) => string;
export declare const CalloutIconWrapper: (styleProps: any) => string;
export declare const CalloutClose: (styleProps: any) => string;
export declare const CalloutOverlay: (styleProps: any) => string;
export declare const getTintAttributes: (styleProps: any) => import("@emotion/utils").SerializedStyles;