UNPKG

@skbkontur/ui-kit

Version:

134 lines (133 loc) 3.39 kB
/// <reference types="react" /> import React from 'react'; import { StyledComponentClass } from 'styled-components'; export declare const SelectCaptionInner: StyledComponentClass<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, { common: any; button: { [key: string]: any; }; link: { [key: string]: any; }; text: { colorDefault: string; colorInvert: string; colorDisabled: string; }; checkbox: { [key: string]: any; }; input: { [key: string]: any; }; internalMenu: { [key: string]: any; }; menuItem: { [key: string]: any; }; }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>; export declare const SelectArrowWrapper: StyledComponentClass<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, { common: any; button: { [key: string]: any; }; link: { [key: string]: any; }; text: { colorDefault: string; colorInvert: string; colorDisabled: string; }; checkbox: { [key: string]: any; }; input: { [key: string]: any; }; internalMenu: { [key: string]: any; }; menuItem: { [key: string]: any; }; }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>; export declare const SelectArrow: StyledComponentClass<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, { common: any; button: { [key: string]: any; }; link: { [key: string]: any; }; text: { colorDefault: string; colorInvert: string; colorDisabled: string; }; checkbox: { [key: string]: any; }; input: { [key: string]: any; }; internalMenu: { [key: string]: any; }; menuItem: { [key: string]: any; }; }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>; export declare const SelectPlaceholder: StyledComponentClass<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, { common: any; button: { [key: string]: any; }; link: { [key: string]: any; }; text: { colorDefault: string; colorInvert: string; colorDisabled: string; }; checkbox: { [key: string]: any; }; input: { [key: string]: any; }; internalMenu: { [key: string]: any; }; menuItem: { [key: string]: any; }; }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>; export declare const SelectCaptionWrapper: StyledComponentClass<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, { common: any; button: { [key: string]: any; }; link: { [key: string]: any; }; text: { colorDefault: string; colorInvert: string; colorDisabled: string; }; checkbox: { [key: string]: any; }; input: { [key: string]: any; }; internalMenu: { [key: string]: any; }; menuItem: { [key: string]: any; }; }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;