UNPKG

@arche-mc2/arche-controls

Version:

We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get

13 lines (12 loc) 830 B
import { NestedCSSProperties } from 'typestyle/lib/types'; import { StyledProps } from './types'; import { WithThemeProps } from '../../../../../Common/theming/withTheme'; import { UpInputProps } from 'Components/Inputs/Input/types'; export declare const HeightLarge: (props: any) => NestedCSSProperties; export declare const defaultStyles: (props: WithThemeProps) => NestedCSSProperties; export declare const statusStyles: (props: StyledProps) => string; export declare const successStyles: (props: StyledProps) => void; export declare const inputStyles: (props: UpInputProps & WithThemeProps) => NestedCSSProperties; export declare const focusStyles: (props: StyledProps) => string; export declare const pictoTimeStyle: (props: StyledProps) => string; export declare const getStyles: (props: StyledProps) => string;