UNPKG

@os-design/website

Version:

27 lines 754 B
/// <reference types="react" /> /// <reference types="@emotion/core" /> interface FooterLogoProps { hasNavigation?: boolean; } /** * The logo container. */ declare const FooterLogo: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, FooterLogoProps, { colorPrimary: string; colorBorder: string; colorPlaceholder: string; fontSize: number[]; sizing: { /** * The logo container. */ small: number; medium: number; large: number; }; baseHeight: number; borderRadius: number; transitionDelay: number; }>; export default FooterLogo; //# sourceMappingURL=FooterLogo.d.ts.map