UNPKG

@synergy-design-system/components

Version:

This package provides the base of the Synergy Design System as native web components. It uses [lit](https://www.lit.dev) and parts of [shoelace](https://shoelace.style/). Synergy officially supports the latest two versions of all major browsers (as define

10 lines (9 loc) 366 B
import type { IconLibrary } from './library.js'; export type AvailableSystemIcons = 'sick2018' | 'sick2025'; /** * Set the current system icon library. * @param library - The system icon library to set. */ export declare const setSystemIconLibrary: (library?: AvailableSystemIcons) => void; declare const systemLibrary: IconLibrary; export default systemLibrary;