export type ExternalSelectorProps = { key?: string; default: T; setup: (set: (value: T) => void) => (() => void) | void; };