github.com/argoproj/argo-cd/v3@v3.2.1/ui/src/app/shared/components/spacer.tsx (about)

     1  import * as React from 'react';
     2  
     3  export const Spacer = () => <span style={{width: 16}} />;