constants.d.ts 96 B

12345
  1. export declare enum PropLeadingCharacter {
  2. Tag = "!",
  3. Anchor = "&",
  4. Comment = "#"
  5. }