UNPKG

siegel

Version:

Web application development ecosystem

4 lines (3 loc) 205 B
import type { PropsComponentBase } from './types'; declare function applyRefApi<A extends ReactTagAttributes, P extends PropsComponentBase>(rootProps: A, mergedProps: P): void; export default applyRefApi;