8 lines
213 B
TypeScript
8 lines
213 B
TypeScript
import * as icons from './icons';
|
|
|
|
export * from './lib/lucide-angular.component';
|
|
export * from './lib/lucide-angular.module';
|
|
export * from './helpers/create-element';
|
|
export * from './icons';
|
|
export { icons };
|