mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
feat: added components
This commit is contained in:
parent
6e0c369398
commit
5fa81533d9
30 changed files with 2405 additions and 1853 deletions
|
@ -1,3 +1,5 @@
|
|||
import {RouteConfig} from '@nuxt/types/config/router';
|
||||
|
||||
interface ToolConfig {
|
||||
title: string;
|
||||
description: string;
|
||||
|
@ -6,5 +8,6 @@ interface ToolConfig {
|
|||
}
|
||||
|
||||
type ToolConfigMethod = () => ToolConfig;
|
||||
type ToolRouteConfig = RouteConfig & {config: ToolConfig}
|
||||
|
||||
export {ToolConfig, ToolConfigMethod}
|
||||
export {ToolConfig, ToolConfigMethod, ToolRouteConfig}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue