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

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