UNPKG

@ximax/layout

Version:

A flexible and responsive layout system for Vue3 applications

5 lines (4 loc) 208 B
import { PageTabCssVars } from '../../types'; /** The active color of the tab */ export declare const ACTIVE_COLOR = "#1890ff"; export declare function createTabCssVars(primaryColor: string): PageTabCssVars;