fui-fancyui
Version:
FancyUI Libary
18 lines (17 loc) • 1.33 kB
TypeScript
import { TActiveSwitchIndicator } from './TSwitchActiveindicator.model';
import { TTheme } from '../../../types/TTheme';
import { TStyledPrefixAndPicker } from '../../../types/TStyledPrefixAndPicker';
export declare const ActiveSwitchIndicator: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {} & {
$type?: "underline" | "bolb" | "topline" | "leftline" | "rightline" | undefined;
$themeType?: import('../../../types').TUiColorsNotTransparent | undefined;
$layer?: import('../../../types').TLayer | undefined;
$borderRadius?: import('../../../../lib').TThemeArrayOrValueCSS | undefined;
$outlined?: boolean | undefined;
$indicatorWidth?: string | undefined;
$indicatorHeight?: string | undefined;
} & {
theme?: TTheme;
}>> & string;
type IWrapper = TStyledPrefixAndPicker<TActiveSwitchIndicator, 'itemNumber' | 'tabSpacing' | 'direction' | 'externalStyle'>;
export declare const Wrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, IWrapper>> & string;
export {};