UNPKG

@zog-ui/core

Version:

[![npm](https://img.shields.io/npm/dm/@zog-ui/core)](https://www.npmjs.com/package/@zog-ui/core)

6 lines (5 loc) 162 B
/// <reference types="react" /> export interface TabLinkProps { } export declare function TabLink(props: TabLinkProps): JSX.Element; export default TabLink;