Files
standardnotes-app-web/packages/components/dist/Components.d.ts
2022-06-27 14:08:33 -05:00

7 lines
126 B
TypeScript

declare const Components: {
identifier: string;
path: string;
static_files: string[];
}[];
export { Components };