@gluestack-ui/utils
Version:
Utility functions and hooks for gluestack-ui
8 lines • 341 B
TypeScript
import React from 'react';
type WithStatesProps = {
className?: string;
states?: any;
};
export declare const withStates: <T extends React.ComponentType<any>>(Component: T) => React.ForwardRefExoticComponent<React.ComponentPropsWithoutRef<T> & WithStatesProps & React.RefAttributes<T>>;
export {};
//# sourceMappingURL=index.d.ts.map