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    
@kaos/dashboard / dist / esm / components / EndButtons / EndButtons.d.ts
Size: Mime:
/// <reference types="react" />
import EndButtonsProps from './EndButtons.types';
declare const EndButtons: ({ children, gap, ...rest }: EndButtonsProps) => JSX.Element;
export default EndButtons;