Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@sushiswap/ui / Noop.tsx
Size: Mime:
import type { FC, ReactNode, ComponentType, HTMLAttributes } from 'react'

export const Noop: FC<{ children?: ReactNode }> = ({ children }) => <>{children}</>