UNPKG

postcss-values-parser

Version:
8 lines (7 loc) 207 B
import { Node, NodeOptions } from './Node.js'; export declare class Comment extends Node { readonly inline: boolean; readonly text: string; type: string; constructor(options: NodeOptions); }