UNPKG

@ngxs/store

Version:
6 lines (5 loc) 171 B
import { SelectorType } from './symbols'; /** * Decorator for memoizing a state selector. */ export declare function Selector<T>(selectors?: T[]): SelectorType<T>;