UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

18 lines (17 loc) 1.02 kB
export declare const ACTIONS = "ACTIONS"; export declare const EXPORT = "EXPORT"; export declare const REFRESH = "REFRESH"; export declare const NO_TABLE_DATA = "NO_TABLE_DATA"; export declare const TABLE_PAGE_COUNTER = "TABLE_PAGE_COUNTER"; export declare const ITEMS_PER_PAGE = "ITEMS_PER_PAGE"; export declare const ALL = "ALL"; export declare const FRACTIONAL_PART_TOO_LONG = "FRACTIONAL_PART_TOO_LONG"; export declare const INVALID_JSON_STRING = "INVALID_JSON_STRING"; export declare const FIELD_MUST_BE_NUMBER = "FIELD_MUST_BE_NUMBER"; export declare const UPLOAD_FAILED = "UPLOAD_FAILED"; export declare const UPLOAD_PHOTO_HELPER = "UPLOAD_PHOTO_HELPER"; export declare const FILE_IS_NOT_IMAGE = "FILE_IS_NOT_IMAGE"; export declare const CAMERA_PERMISSION_IS_DENIED = "CAMERA_PERMISSION_IS_DENIED"; export declare const PHOTO_PERMISSION_IS_DENIED = "PHOTO_PERMISSION_IS_DENIED"; export declare const PHOTO_INCORRECT_RATIO = "PHOTO_INCORRECT_RATIO"; export declare const PHOTO_INCORRECT_SIZE = "PHOTO_INCORRECT_SIZE";