/// import CompCommon from '../../common/type'; export interface FooterButtonProps extends CompCommon { name?: string; onClick?: Function; content?: React.ReactNode; color?: string; background?: string; padding?: string; margin?: number; radius?: number; lineHeight?: number; doubleBtn?: boolean; secondName?: string; secColor?: string; secBackground?: string; secClick?: Function; isFixed?: boolean; }