UNPKG

native-variants

Version:

A library for handling variants in React Native components with theme support.

4 lines (3 loc) 148 B
type PossibleRef<T> = React.Ref<T> | undefined; export declare function composeRefs<T>(...refs: PossibleRef<T>[]): React.RefCallback<T>; export {};