@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
12 lines (11 loc) • 360 B
TypeScript
/**
* A helper for initialising the provided set of Neon icons with the
* <a href="/utils/NeonIconRegistry">NeonIconRegistry</a>.
*/
export declare class RegisterIcons {
/**
* Register all Neon default icons in the NeonIconRegistry. Call this in an app's <em>main.ts</em> to use Neon's
* provided icons.
*/
static register(): void;
}