Interface ButtonGroupProps

interface ButtonGroupProps {
    centered?: boolean;
    children?: ReactNode;
}

Hierarchy

  • PropsWithChildren
    • ButtonGroupProps

Properties

Properties

centered?: boolean
children?: ReactNode