All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.progress.use-progress.d.ts Maven / Gradle / Ivy

import { PropTypes } from '@zag-js/react';
import { Optional } from '../../types';
import * as progress from '@zag-js/progress';
export interface UseProgressProps extends Optional, 'id'> {
}
export interface UseProgressReturn extends progress.Api {
}
export declare const useProgress: (props?: UseProgressProps) => UseProgressReturn;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy