UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

8 lines (7 loc) 205 B
import React from 'react'; export declare type ExpandProps = { isExpanded?: boolean; delay?: number; }; declare const Expand: React.FC<React.PropsWithChildren<ExpandProps>>; export default Expand;