Skip to content

Commit ed0e69f

Browse files
committed
remove un-used exported type
1 parent 5fd904d commit ed0e69f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/library.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ export namespace Library {
1818
onChange(records: ReadonlyArray<Library.Token<DesignToken.Any, R>>): void;
1919
}
2020

21-
export interface ChangeRecord {}
22-
2321
/**
2422
* Defines a token library that can be interacted with
2523
* to mutate token values.

0 commit comments

Comments
 (0)