ShadowService type
Home > @rimitive/view > ShadowService
ShadowService type
Section titled “ShadowService type”Shadow service type - creates shadow factories
Signature:
export type ShadowService<TBaseElement> = (options?: ShadowOptions) => ShadowFactory<TBaseElement>;References: ShadowOptions, ShadowFactory