UNPKG
@ximax/layout
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A flexible and responsive layout system for Vue3 applications
@ximax/layout
/
dist
/
components
/
page-tab
/
shared.d.ts
5 lines
(4 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
import
{
PageTabCssVars
}
from
'../../types'
;
/** The active color of the tab */
export
declare
const
ACTIVE_COLOR
=
"#1890ff"
;
export
declare
function
createTabCssVars
(
primaryColor
:
string
):
PageTabCssVars
;