smart-react-components
Version:
React UI library, wide variety of editable ready to use Styled and React components.
91 lines (90 loc) • 2.28 kB
TypeScript
import { EPV, Value } from "./";
export interface SpaceProps {
m?: EPV<Value>;
mSm?: EPV<Value>;
mMd?: EPV<Value>;
mLg?: EPV<Value>;
mXl?: EPV<Value>;
mx?: EPV<Value>;
mxSm?: EPV<Value>;
mxMd?: EPV<Value>;
mxLg?: EPV<Value>;
mxXl?: EPV<Value>;
my?: EPV<Value>;
mySm?: EPV<Value>;
myMd?: EPV<Value>;
myLg?: EPV<Value>;
myXl?: EPV<Value>;
ml?: EPV<Value>;
mlSm?: EPV<Value>;
mlMd?: EPV<Value>;
mlLg?: EPV<Value>;
mlXl?: EPV<Value>;
mr?: EPV<Value>;
mrSm?: EPV<Value>;
mrMd?: EPV<Value>;
mrLg?: EPV<Value>;
mrXl?: EPV<Value>;
mt?: EPV<Value>;
mtSm?: EPV<Value>;
mtMd?: EPV<Value>;
mtLg?: EPV<Value>;
mtXl?: EPV<Value>;
mb?: EPV<Value>;
mbSm?: EPV<Value>;
mbMd?: EPV<Value>;
mbLg?: EPV<Value>;
mbXl?: EPV<Value>;
p?: EPV<Value>;
pSm?: EPV<Value>;
pMd?: EPV<Value>;
pLg?: EPV<Value>;
pXl?: EPV<Value>;
px?: EPV<Value>;
pxSm?: EPV<Value>;
pxMd?: EPV<Value>;
pxLg?: EPV<Value>;
pxXl?: EPV<Value>;
py?: EPV<Value>;
pySm?: EPV<Value>;
pyMd?: EPV<Value>;
pyLg?: EPV<Value>;
pyXl?: EPV<Value>;
pl?: EPV<Value>;
plSm?: EPV<Value>;
plMd?: EPV<Value>;
plLg?: EPV<Value>;
plXl?: EPV<Value>;
pr?: EPV<Value>;
prSm?: EPV<Value>;
prMd?: EPV<Value>;
prLg?: EPV<Value>;
prXl?: EPV<Value>;
pt?: EPV<Value>;
ptSm?: EPV<Value>;
ptMd?: EPV<Value>;
ptLg?: EPV<Value>;
ptXl?: EPV<Value>;
pb?: EPV<Value>;
pbSm?: EPV<Value>;
pbMd?: EPV<Value>;
pbLg?: EPV<Value>;
pbXl?: EPV<Value>;
}
declare const _default: {
m: (v: any, t: any) => string;
mx: (v: any, t: any) => string;
my: (v: any, t: any) => string;
ml: (v: any, t: any) => string;
mr: (v: any, t: any) => string;
mt: (v: any, t: any) => string;
mb: (v: any, t: any) => string;
p: (v: any, t: any) => string;
px: (v: any, t: any) => string;
py: (v: any, t: any) => string;
pl: (v: any, t: any) => string;
pr: (v: any, t: any) => string;
pt: (v: any, t: any) => string;
pb: (v: any, t: any) => string;
};
export default _default;