芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/typed-styles/css/JssStyle.js.flow
/* @flow */ /* eslint-disable no-use-before-define */ import type {BaseStyle} from './BaseStyle' export type JssStyle = { ...$Exact
, ...$Exact
, } type JssCustomStyle = {| extend?: string | JssStyle, composes?: string | string[], [selector: string]: JssStyle, |}