Sylvain Filoni
update gradio client
9ada4bc
raw
history blame
156 Bytes
import { type Theme } from './theme.js';
export declare function usePrefix({ isLoading, theme, }: {
isLoading?: boolean;
theme?: Theme;
}): string;