UNPKG

@ngxs/store

Version:
5 lines (4 loc) 163 B
/** * Decorator for selecting a slice of state from the store. */ export declare function Select<T>(rawSelector?: T, ...paths: string[]): PropertyDecorator;