UNPKG

@ozen-ui/kit

Version:

React component library

5 lines (4 loc) 294 B
import './Button.css'; import type { ButtonBaseProps } from './index'; export declare const cnButton: import("@bem-react/classname").ClassNameFormatter; export declare const Button: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<ButtonBaseProps, "button", "as">;