UNPKG

@os-design/website

Version:

24 lines 848 B
/// <reference types="react" /> /// <reference types="@emotion/core" /> import { BaseProps } from '@os-design/styled'; import { FooterProps } from './index'; declare type FooterContainerProps = Pick<FooterProps, 'darkMode'> & BaseProps & { hasNavigation: boolean; }; declare const FooterContainer: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, FooterContainerProps, { colorPrimary: string; colorBorder: string; colorPlaceholder: string; colorBgLight: string; fontSize: number[]; sizing: { small: number; medium: number; large: number; }; baseHeight: number; borderRadius: number; transitionDelay: number; }>; export default FooterContainer; //# sourceMappingURL=FooterContainer.d.ts.map