UNPKG

@vaadin/hilla-lit-form

Version:

Hilla form utils

3 lines (2 loc) 138 B
import type { Constructor } from 'type-fest'; export type ClassStaticProperties<T extends Constructor<unknown>> = Omit<T, 'constructor'>;