UNPKG

@dlr-eoc/core-ui

Version:

This project includes schematics to add the base UKIS-Layout to an angular application. The Layout is based on Clarity so [add this first](https://clarity.design/get-started/developing/angular)!

8 lines (7 loc) 264 B
type IconSvgString = string; type IconNameString = string; type IconShapeTuple = [IconNameString, IconSvgString]; export declare const ukisIcon: IconShapeTuple; export declare const eocIcon: IconShapeTuple; export declare const dlrIcon: IconShapeTuple; export {};