interface IProps {
    config?: {
        margin: string | number;
    };
}
export default IProps;
