mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
use reflow to migrate from flow to typescript
This commit is contained in:
6
scm-ui/ui-components/src/avatar/Avatar.ts
Normal file
6
scm-ui/ui-components/src/avatar/Avatar.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export type Person = {
|
||||
name: string;
|
||||
mail?: string;
|
||||
};
|
||||
|
||||
export const EXTENSION_POINT = 'avatar.factory';
|
||||
Reference in New Issue
Block a user