From 2bf897464cdda53886380590d64236658102cdda Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Tue, 5 Mar 2024 06:10:07 +0100 Subject: infra(typescript-eslint): consistent-type-exports (#2714) --- test/scripts/apidoc/signature.example.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scripts') diff --git a/test/scripts/apidoc/signature.example.ts b/test/scripts/apidoc/signature.example.ts index af04ee90..c42d2d45 100644 --- a/test/scripts/apidoc/signature.example.ts +++ b/test/scripts/apidoc/signature.example.ts @@ -4,7 +4,7 @@ import type { AlphaNumericChar } from '../../../src/modules/string'; import type { LiteralUnion } from '../../../src/utils/types'; // explicitly export types so they show up in the docs as decomposed types export type { NumberColorFormat, StringColorFormat } from '../../../src'; -export { AlphaNumericChar, Casing, ColorFormat, LiteralUnion }; +export type { AlphaNumericChar, Casing, ColorFormat, LiteralUnion }; /** * Parameter options type with default from signature. -- cgit v1.2.3