template.ts 105 B

12
  1. export type TargetType = 'children' | 'descendants';
  2. export type LabelType = '_template' | '__template';