fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
8 lines (7 loc) • 320 B
TypeScript
import React from 'react';
import { RevealContentProps } from './type';
declare const RevealContent: {
({ as, className, visible, hidden, content, children, ...props }: RevealContentProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
displayName: string;
};
export default RevealContent;