mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
Convert Button to TypeScript
(cherry picked from commit 63b4998c8e51d0d2b8b51133cbb1fd928394a7e6)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export const LEFT = 'left';
|
||||
export const CENTER = 'center';
|
||||
export const RIGHT = 'right';
|
||||
|
||||
export const all = [LEFT, CENTER, RIGHT];
|
||||
Reference in New Issue
Block a user