interface FooterProps {
    bottomSlide?: ReactNode[];
    copyRightCompany?: string;
    logo: ReactNode;
    middleText?: string[];
    sns?: FooterSns[];
    snsTitle?: string;
}

Properties

bottomSlide?: ReactNode[]
copyRightCompany?: string
logo: ReactNode
middleText?: string[]
sns?: FooterSns[]
snsTitle?: string

Generated using TypeDoc