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