UNPKG

@axa-fr/react-toolkit-button

Version:

1. [Installation](#installation) 1. [Import](#import) 1. [Simple button](#simple-button) 1. [Button circle](#button-circle) 1. [Button with left icon](#button-with-left-icon) 1. [Button with right icon](#button-with-right-icon) 1. [Disabled Button](#disab

7 lines 314 B
import { ComponentPropsWithoutRef } from 'react'; declare type Props = ComponentPropsWithoutRef<'button'> & { classModifier?: string; }; declare const ButtonCore: ({ className, classModifier, type, children, ...props }: Props) => JSX.Element; export default ButtonCore; //# sourceMappingURL=ButtonCore.d.ts.map