cancellazione modifiche dopo step before oauth
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { FontDefinition, FontWeight, RemoteFontOptions, FontsourceFontOptions, LocalFontOptions } from '../types.js';
|
||||
export declare function google<const W extends FontWeight = FontWeight>(family: string, options?: RemoteFontOptions<W>): FontDefinition;
|
||||
export declare function bunny<const W extends FontWeight = FontWeight>(family: string, options?: RemoteFontOptions<W>): FontDefinition;
|
||||
export declare function fontsource<const W extends FontWeight = FontWeight>(family: string, options?: FontsourceFontOptions<W>): FontDefinition;
|
||||
export declare function local(family: string, options: LocalFontOptions): FontDefinition;
|
||||
Reference in New Issue
Block a user