smart-react-components
Version:
React UI library, wide variety of editable ready to use Styled and React components.
81 lines (80 loc) • 2.99 kB
TypeScript
import { EPV, Value } from "./";
export interface BorderProps {
border?: EPV<string>;
borderColor?: EPV<string>;
borderStyle?: EPV<string>;
borderWidth?: EPV<Value>;
borderRadius?: EPV<Value>;
borderTop?: EPV<string>;
borderTopColor?: EPV<string>;
borderTopRadius?: EPV<Value>;
borderTopLeftRadius?: EPV<Value>;
borderTopRightRadius?: EPV<Value>;
borderTopStyle?: EPV<string>;
borderTopWidth?: EPV<Value>;
borderBottom?: EPV<string>;
borderBottomColor?: EPV<string>;
borderBottomRadius?: EPV<Value>;
borderBottomLeftRadius?: EPV<Value>;
borderBottomRightRadius?: EPV<Value>;
borderBottomStyle?: EPV<string>;
borderBottomWidth?: EPV<Value>;
borderLeft?: EPV<string>;
borderLeftColor?: EPV<string>;
borderLeftRadius?: EPV<Value>;
borderLeftStyle?: EPV<string>;
borderLeftWidth?: EPV<Value>;
borderRight?: EPV<string>;
borderRightRadius?: EPV<Value>;
borderRightColor?: EPV<string>;
borderRightStyle?: EPV<string>;
borderRightWidth?: EPV<Value>;
borderImage?: EPV<string>;
borderImageOutset?: EPV<Value>;
borderImageRepeat?: EPV<string>;
borderImageSlice?: EPV<string>;
borderImageSource?: EPV<string>;
borderImageWidth?: EPV<Value>;
borderCollapse?: EPV<string>;
borderSpacing?: EPV<Value>;
}
declare const _default: {
border: string;
borderColor: (v: any, t: any) => string;
borderStyle: string;
borderWidth: (v: any, t: any) => string;
borderRadius: (v: any, t: any) => string;
borderTop: string;
borderTopColor: (v: any, t: any) => string;
borderTopRadius: (v: any, t: any) => string;
borderTopLeftRadius: (v: any, t: any) => string;
borderTopRightRadius: (v: any, t: any) => string;
borderTopStyle: string;
borderTopWidth: (v: any, t: any) => string;
borderBottom: string;
borderBottomColor: (v: any, t: any) => string;
borderBottomRadius: (v: any, t: any) => string;
borderBottomLeftRadius: (v: any, t: any) => string;
borderBottomRightRadius: (v: any, t: any) => string;
borderBottomStyle: string;
borderBottomWidth: (v: any, t: any) => string;
borderLeft: string;
borderLeftColor: (v: any, t: any) => string;
borderLeftRadius: (v: any, t: any) => string;
borderLeftStyle: string;
borderLeftWidth: (v: any, t: any) => string;
borderRight: string;
borderRightColor: (v: any, t: any) => string;
borderRightRadius: (v: any, t: any) => string;
borderRightStyle: string;
borderRightWidth: (v: any, t: any) => string;
borderImage: string;
borderImageOutset: (v: any, t: any) => string;
borderImageRepeat: string;
borderImageSlice: string;
borderImageSource: (v: any) => string;
borderImageWidth: (v: any, t: any) => string;
borderCollapse: string;
borderSpacing: (v: any, t: any) => string;
};
export default _default;