Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import { TabListProps, ProductItem, Items } from './typings';
declare function defaultRenderList(props: ProductItem): JSX.Element;
declare function defaultRenderContainer(props: Items): void;
declare function defaultRenderWrapper(props: TabListProps): JSX.Element;
export { defaultRenderList, defaultRenderContainer, defaultRenderWrapper };