From 76c01d51ccbdd0faaf12b624328a40ef24f33f88 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 29 Dec 2021 17:01:42 +0100 Subject: chore: add a button-like component for links --- src/ts/types/app.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ts') diff --git a/src/ts/types/app.ts b/src/ts/types/app.ts index 2a1c9fc..c495367 100644 --- a/src/ts/types/app.ts +++ b/src/ts/types/app.ts @@ -53,6 +53,8 @@ export type RequestType = // Globals //============================================================================== +export type ButtonPosition = 'left' | 'right' | 'center'; + export type ContentParts = { afterMore: string; beforeMore: string; -- cgit v1.2.3