fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
13 lines (12 loc) • 649 B
TypeScript
/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Reveal: {
({ as, className, animated, small, image, circular, active, instant, disabled, content, children, ...props }: import("./type").RevealProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
Content: {
({ as, className, visible, hidden, content, children, ...props }: import("./type").RevealContentProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
};
export default Reveal;