Skip to content

ShadowService type

Home > @rimitive/view > ShadowService

Shadow service type - creates shadow factories

Signature:

export type ShadowService<TBaseElement> = (options?: ShadowOptions) => ShadowFactory<TBaseElement>;

References: ShadowOptions, ShadowFactory