Recipe-app main
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
export const ViewportMetaKeys = {
|
||||
width: 'width',
|
||||
height: 'height',
|
||||
initialScale: 'initial-scale',
|
||||
minimumScale: 'minimum-scale',
|
||||
maximumScale: 'maximum-scale',
|
||||
viewportFit: 'viewport-fit',
|
||||
userScalable: 'user-scalable',
|
||||
interactiveWidget: 'interactive-widget'
|
||||
};
|
||||
export const IconKeys = [
|
||||
'icon',
|
||||
'shortcut',
|
||||
'apple',
|
||||
'other'
|
||||
];
|
||||
|
||||
//# sourceMappingURL=constants.js.map
|
||||
Reference in New Issue
Block a user