UNPKG

react-dyn-tabs

Version:
6 lines 246 B
/** * @param {any} instance - developer instance of Tabs * @param {any} components - references of all components in the library */ declare const MoreButtonPlugin: (instance: any, components: any) => void; export default MoreButtonPlugin;