UNPKG
@rc-component/tabs
Version:
latest (1.7.0)
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
tabs ui component for react
github.com/react-component/tabs
react-component/tabs
@rc-component/tabs
/
es
/
TabContext.d.ts
9 lines
(8 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference types="react" />
import
type
{
Tab
}
from
'./interface'
;
export
interface
TabContextProps
{
tabs
:
Tab
[];
prefixCls
:
string
; }
declare
const
_default
:
import
(
"react"
).
Context
<
TabContextProps
>;
export
default
_default;