UNPKG

602 BSource Map (JSON)View Raw
1{"version":3,"file":"IStyle.js","sourceRoot":"../src/","sources":["IStyle.ts"],"names":[],"mappings":"","sourcesContent":["import { IRawStyle } from './IRawStyle';\n\n/**\n * {@docCategory IStyleBase}\n */\nexport type IStyleBase = IRawStyle | string | false | null | undefined;\n\n/**\n * {@docCategory IStyleBaseArray}\n */\nexport interface IStyleBaseArray extends Array<IStyle> {}\n\n/**\n * IStyleObject extends a raw style objects, but allows selectors to be defined\n * under the selectors node.\n * @public\n * {@docCategory IStyle}\n */\nexport type IStyle = IStyleBase | IStyleBaseArray;\n"]}
\No newline at end of file