UNPKG

liber-salti

Version:

Saltí - Liber Design System

11 lines (10 loc) 490 B
/// <reference types="react" /> export declare const Container: import("styled-components").StyledComponent<"div", any, { hasDismiss?: boolean; }, never>; export declare const DrawerHeaderTitle: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../types").TypographyProps & import("react").RefAttributes<HTMLSpanElement>>, any, { variant: "h5"; color: "textPrimary"; } & { hasDismiss?: boolean; }, "color" | "variant">;