UNPKG

tailwindui-mza

Version:

A package for some base ui component ( **not have ui just logic** ).

8 lines (7 loc) 188 B
import { FC, PropsWithChildren } from "react"; interface PropsI { in: boolean; duration?: number; } export declare const Collapse: FC<PropsWithChildren<PropsI>>; export {};