@uimkit/uikit-react
Version:
<img style="width:64px" src="https://mgmt.uimkit.chat/media/img/avatar.png"/>
19 lines (16 loc) • 504 B
TypeScript
import React__default from 'react';
interface PluginsProps {
plugins?: Array<any>;
showNumber?: number;
MoreIcon?: any;
className?: string;
customClass?: string;
root?: any;
handleVisible?: (isVisible: any) => void;
showMore?: boolean;
}
declare const Plugins: React__default.ForwardRefExoticComponent<PluginsProps & {
children?: React__default.ReactNode;
} & React__default.RefAttributes<any>>;
export { Plugins, PluginsProps };
//# sourceMappingURL=index.d.ts.map