UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

9 lines (8 loc) 423 B
import type { UnstyledButtonFactory, UnstyledButtonProps, UnstyledButtonStylesNames } from './UnstyledButton'; export { UnstyledButton } from './UnstyledButton'; export type { UnstyledButtonProps, UnstyledButtonStylesNames, UnstyledButtonFactory }; export declare namespace UnstyledButton { type Props = UnstyledButtonProps; type StylesNames = UnstyledButtonStylesNames; type Factory = UnstyledButtonFactory; }