UNPKG

@gdsc-dju/styled-components

Version:

GDSC-DJU Design System Component package for styled-components

10 lines (9 loc) 243 B
/// <reference types="react" /> export interface FooterProps { disable?: boolean; pages?: { text: string; link: string; }[]; } export declare const Footer: ({ disable, pages }: FooterProps) => JSX.Element;