UNPKG

@sms-frontend/components

Version:

SMS Design React UI Library.

9 lines (8 loc) 329 B
import { PropsWithChildren, ForwardRefExoticComponent } from 'react'; import { TabPaneProps } from './interface'; export declare type TabPaneType = ForwardRefExoticComponent<PropsWithChildren<TabPaneProps>> & { isTabPane: boolean; }; declare const TabPaneRef: TabPaneType; export default TabPaneRef; export { TabPaneProps };