Skip to content

Commit 9082868

Browse files
committed
Export variable and type separately in TS namespace
1 parent bb27815 commit 9082868

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types/Story.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ export namespace Story {
187187
* @deprecated Please use `Status` instead.
188188
* @see Status
189189
*/
190-
export import LifecycleStatus = Status;
190+
export const LifecycleStatus = Status;
191+
export type LifecycleStatus = Status;
191192

192193
/**
193194
* @deprecated Please use `Status` instead.

0 commit comments

Comments
 (0)