fui-fancyui
Version:
FancyUI Libary
20 lines (19 loc) • 1.1 kB
TypeScript
import { TLayer } from '../../../types/TLayer';
import { TTheme } from '../../../types/TTheme';
import { TBorderRadiusSizes } from '../../../types/TBorderRadiusSizes';
import { TSpacings } from '../../../types/TSpacings';
export interface IFancyTabSwitchStyle {
$transparent?: boolean;
$wide?: boolean;
$outlinedBackgroundStrength?: number;
$tabSpacing?: TSpacings;
$direction?: 'horizontal' | 'vertical';
$rounded?: TBorderRadiusSizes;
$outlined?: boolean;
theme: TTheme;
$layer?: TLayer;
}
export declare const ULButtonSwitchList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, IFancyTabSwitchStyle & {
theme: TTheme;
}>> & string;
export declare const ItemWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never>> & string;