@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
28 lines (27 loc) • 643 B
TypeScript
export declare const DeviceHDDesktops: {
minWidth: string;
};
export declare const DeviceLaptops: {
minWidth: string;
maxWidth: string;
};
export declare const DeviceTabletsPortrait: {
minWidth: string;
maxWidth: string;
};
export declare const DeviceTabletsLandscape: {
minWidth: string;
maxWidth: string;
orientation: "landscape";
};
export declare const DeviceLRTablets: {
minWidth: string;
maxWidth: string;
};
export declare const DeviceSmartphones: {
minWidth: string;
maxWidth: string;
};
export declare const DeviceSmallSmartphones: {
maxWidth: string;
};