UNPKG

postcss-values-parser

Version:
8 lines (7 loc) 208 B
import { Node, NodeOptions } from './Node.js'; export declare class Quoted extends Node { readonly quote: string; readonly contents: string; type: string; constructor(options: NodeOptions); }