UNPKG

@tempots/ui

Version:

Provides a higher level of renderables to help fast development with Tempo.

8 lines (7 loc) 271 B
/** * Selects the text inside an input element when it receives focus. * * @returns A renderable function that selects the text inside an input element when it receives focus. * @public */ export declare const SelectOnFocus: () => import('@tempots/dom').Renderable;