Skip to content

Commit 3c8e479

Browse files
committed
No need for declare
1 parent 9351992 commit 3c8e479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/enums/MSAASamples.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* @category Enums
55
*/
66

7-
export declare type MSAASamples = 0 | 2 | 4 | 8;
7+
export type MSAASamples = 0 | 2 | 4 | 8;

src/enums/Precision.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* @category Enums
55
*/
66

7-
export declare type Precision = "lowp" | "mediump" | "highp";
7+
export type Precision = "lowp" | "mediump" | "highp";

0 commit comments

Comments
 (0)