mirror of
https://github.com/standardnotes/app
synced 2026-08-04 00:16:32 -04:00
7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
declare const Components: {
|
|
identifier: string;
|
|
path: string;
|
|
static_files: string[];
|
|
}[];
|
|
export { Components };
|