UNPKG

@fto-consult/common

Version:

Un ensemble de bibliothèques et d'utilistaires communs pour le développement d'applications javascript

9 lines (6 loc) 263 B
export const StyleSheet = {}; export default {}; export const _cursorPointer = {cursor:'pointer'}; export const _cursorNotAllowed = {cursor:'not-allowed'}; export const cursorPointer = _cursorPointer; export const cursorNotAllowed = _cursorNotAllowed;