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