/** * Represents the hook state. * The state is a record where the keys can be strings or numbers, and the values can be of any type. * @see {@link https://rafde.github.io/react-hook-use-cta/#use-cta-parameter-initial Parameter: initial} */ export type CTAState = Record;