保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/postcss-value-parser/lib/index.d.ts
@@ -1,11 +1,16 @@
declare namespace postcssValueParser {
  interface BaseNode {
    /**
     * The offset inside the CSS value at which the node starts
     * The offset, inclusive, inside the CSS value at which the node starts.
     */
    sourceIndex: number;
    /**
     * The offset, exclusive, inside the CSS value at which the node ends.
     */
    sourceEndIndex: number;
    /**
     * The node's characteristic value
     */
    value: string;