UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 177 B
import { ComponentType } from 'react'; import { ITabsPanesPane } from '../Pane/TabsPanes-Pane'; export interface ITabsPanesRegistry { Pane: ComponentType<ITabsPanesPane>; }