fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
11 lines (10 loc) • 494 B
TypeScript
/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Button: import("react").FunctionComponent<import("./type").ButtonProps & import("react").RefAttributes<any>> & {
Content: {
({ as, className, hidden, visible, content, children, ...props }: import("./type").ButtonContentProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
};
export default Button;