Skip to content

Commit

Permalink
chore: Adjust filename for private TypeScript globals
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed Sep 27, 2024
1 parent 7e13105 commit c4bb3a5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable no-var */
'use strict';

// This file works by accident - currently Builder Bob doesn't move `.d.ts` files to output types.
// If it ever breaks, we should address it so we'd not pollute the user's global namespace.

import type {
StyleProps,
MeasuredDimensions,
Expand Down

0 comments on commit c4bb3a5

Please sign in to comment.