UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

11 lines 482 B
import React from 'react'; import { DefaultProps } from '../../../theme'; interface UnstyledButtonProps extends DefaultProps, React.ComponentPropsWithoutRef<'button'> { elementRef?: React.ForwardedRef<HTMLButtonElement>; } export declare function UnstyledButton({ className, themeOverride, elementRef, ...others }: UnstyledButtonProps): JSX.Element; export declare namespace UnstyledButton { var displayName: string; } export {}; //# sourceMappingURL=UnstyledButton.d.ts.map