mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
14 lines
539 B
TypeScript
14 lines
539 B
TypeScript
import { HelloWorld } from './src/HelloWorld';
|
|
import { DocumentList } from './src/document-list.component';
|
|
import { AlfrescoService } from './src/alfresco.service';
|
|
export * from './src/HelloWorld';
|
|
export * from './src/document-list.component';
|
|
export * from './src/alfresco.service';
|
|
declare var _default: {
|
|
directives: (typeof HelloWorld | typeof DocumentList)[];
|
|
providers: typeof AlfrescoService[];
|
|
};
|
|
export default _default;
|
|
export declare const ALFRESCO_DIRECTIVES: [any];
|
|
export declare const ALFRESCO_PROVIDERS: [any];
|