UNPKG

fui-fancyui

Version:
12 lines (11 loc) 1.06 kB
import { TTheme } from '../../../../types/TTheme'; import { TStyledPrefixAndPicker } from '../../../../types/TStyledPrefixAndPicker'; import { TActiveSwitchIndicator } from '../TSwitchActiveindicator.model'; type IGenerateLine = TStyledPrefixAndPicker<TActiveSwitchIndicator, 'themeType' | 'layer' | 'indicatorHeight' | 'indicatorWidth'> & { theme: TTheme; }; export declare const generateUnderline: ({ theme, $themeType, $layer, $indicatorHeight, $indicatorWidth, }: IGenerateLine) => import('styled-components').RuleSet<object>; export declare const generateTopline: ({ theme, $themeType, $layer, $indicatorHeight, $indicatorWidth, }: IGenerateLine) => import('styled-components').RuleSet<object>; export declare const generateLeftLine: ({ theme, $themeType, $layer, $indicatorHeight, $indicatorWidth, }: IGenerateLine) => import('styled-components').RuleSet<object>; export declare const generateRightLine: ({ theme, $themeType, $layer, $indicatorHeight, $indicatorWidth, }: IGenerateLine) => import('styled-components').RuleSet<object>; export {};