UNPKG

@vitus-labs/rocketstyle

Version:

Rocketstyle is ultra powerful and extensible styling system for building React components blazingly fast, easily and make them easily extensible and reusable.

8 lines 307 B
import { type ForwardedRef } from 'react'; type UseRocketstyleRef = (props: { $rocketstyleRef?: ForwardedRef<unknown>; ref?: ForwardedRef<unknown>; }) => ForwardedRef<unknown>; declare const useRocketstyleRef: UseRocketstyleRef; export default useRocketstyleRef; //# sourceMappingURL=useRef.d.ts.map