mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
added type definitions
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
export type Feature = {
|
||||
button: button
|
||||
image: string
|
||||
bulletpoints: string[]
|
||||
content: string
|
||||
title: string
|
||||
}
|
||||
|
||||
export type Button = {
|
||||
enable: boolean
|
||||
label: string
|
||||
link: string
|
||||
}
|
||||
|
||||
export type Blog_folder = {blog_folder: string};
|
||||
Reference in New Issue
Block a user