@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
19 lines (18 loc) • 880 B
TypeScript
import { UpPictureCustomStylesKeys, UpPictureProps, UpPictureState } from './types';
export declare const getPictureCustomStyle: (key: UpPictureCustomStylesKeys, customStyles: import("../../../Common/theming/types").CustomStyles<UpPictureCustomStylesKeys, Partial<UpPictureProps>, UpPictureState>, props: Partial<UpPictureProps>, state?: UpPictureState) => import("typestyle/lib/types").NestedCSSProperties;
export declare const getCameraWrapperStyles: (props: UpPictureProps, state: UpPictureState) => {
$nest: {
'&.up-camera-wrapper video': {
margin: string;
border: string;
borderRadius: string;
};
};
};
export declare const getPictureWrapperStyles: (props: UpPictureProps, state: UpPictureState) => {
$nest: {
'&.up-picture-wrapper': {
margin: string;
};
};
};