Repository URL to install this package:
Version:
0.2.0-dev.38 ▾
|
/// <reference types="react" />
import EndButtonsProps from './EndButtons.types';
declare const EndButtons: ({ children, gap, ...rest }: EndButtonsProps) => JSX.Element;
export default EndButtons;