smart-react-components
Version:
React UI library, wide variety of editable ready to use Styled and React components.
51 lines (50 loc) • 1 kB
TypeScript
declare const _default: {
rectangle: {
small: string;
default: string;
large: string;
};
stickContainer: {
small: {
left: string;
top: string;
};
default: {
left: string;
top: string;
};
large: {
left: string;
top: string;
};
};
shortStick: {
small: {
top: string;
height: string;
};
default: {
top: string;
height: string;
};
large: {
top: string;
height: string;
};
};
longStick: {
small: {
top: string;
width: string;
};
default: {
top: string;
width: string;
};
large: {
top: string;
width: string;
};
};
};
export default _default;