ui-lit
Version:
UI Elements on LIT
39 lines (38 loc) • 1.12 kB
TypeScript
export declare const TabsStyles: {
outline: {
name: string;
default: string;
};
height: {
name: string;
default: string;
};
background: {
name: string;
default: string;
};
backgroundHover: {
name: string;
default: string;
};
ripple: {
name: string;
default: string;
};
color: {
name: string;
default: string;
};
colorDefault: {
name: string;
default: string;
};
indicator: {
name: string;
default: string;
};
};
export declare const _v: Record<"color" | "height" | "outline" | "background" | "ripple" | "backgroundHover" | "indicator" | "colorDefault", import("lit").CSSResultOrNative>;
export declare const tabsCSSVarNames: Record<"color" | "height" | "outline" | "background" | "ripple" | "backgroundHover" | "indicator" | "colorDefault", import("lit").CSSResultOrNative>;
export declare const tabStyles: import("lit").CSSResult;
export declare const tabsStyles: import("lit").CSSResult;