clr-angular-static-fix
Version:
1. Install Clarity Icons package through npm:
19 lines (17 loc) • 648 B
text/typescript
/*
* Copyright (c) 2016-2018 VMware, Inc. All Rights Reserved.
* This software is released under MIT license.
* The full license information can be found in LICENSE in the root directory of this project.
*/
export * from './wizard';
export * from './wizard-page';
export * from './wizard-stepnav';
export * from './wizard-stepnav-item';
export * from './wizard-button';
export * from './wizard-header-action';
export * from './wizard-custom-tags';
export * from './wizard-page-title';
export * from './wizard-page-navtitle';
export * from './wizard-page-buttons';
export * from './wizard-page-header-actions';
export * from './wizard.module';