7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
declare const Components: {
|
|
identifier: string;
|
|
path: string;
|
|
static_files: string[];
|
|
}[];
|
|
export { Components };
|