Repository URL to install this package:
|
Version:
0.0.0 ▾
|
@sushiswap/ui
/
Noop.tsx
|
|---|
import type { FC, ReactNode, ComponentType, HTMLAttributes } from 'react'
export const Noop: FC<{ children?: ReactNode }> = ({ children }) => <>{children}</>