UNPKG

carbon-custom-elements

Version:

A Carbon Design System variant that's as easy to use as native HTML elements, with no framework tax, no framework silo.

1 lines 731 B
{"version":3,"sources":["components/loading/types.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH;;GAEG;AACH,aAAK,YAAY;IACf;;OAEG;IACH,OAAO,YAAY;IAEnB;;OAEG;IACH,KAAK,UAAU;IAEf;;OAEG;IACH,OAAO,YAAY;CACpB;AAED,eAAe,YAAY,CAAC","file":"types.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/**\n * Spinner types.\n */\nenum LOADING_TYPE {\n /**\n * Regular spinner.\n */\n REGULAR = 'regular',\n\n /**\n * Small spinner.\n */\n SMALL = 'small',\n\n /**\n * Overlay spinner.\n */\n OVERLAY = 'overlay',\n}\n\nexport default LOADING_TYPE;\n"]}