Skip to content

Commit 09238dd

Browse files
author
Said Shah
committed
Added anchor target types enum
1 parent fe7665b commit 09238dd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
enum AnchorTargetTypes {
2+
Blank = "_blank",
3+
Parent = "_parent",
4+
Self = "_self",
5+
Top = "_top",
6+
}
7+
8+
export { AnchorTargetTypes };

0 commit comments

Comments
 (0)