IFragment.d.ts 99 B

1234
  1. export default interface IFragment {
  2. build(): string;
  3. }
  4. //# sourceMappingURL=IFragment.d.ts.map