export type SelectorProps = { key?: string; get: () => T; };