保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 26a09f08cf1ed43c640879f23fdad56c5c9282f7
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;