Initial commit
This commit is contained in:
16
node_modules/astro/dist/assets/fonts/infra/dev-font-file-id-generator.d.ts
generated
vendored
Normal file
16
node_modules/astro/dist/assets/fonts/infra/dev-font-file-id-generator.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import type * as unifont from 'unifont';
|
||||
import type { FontFileContentResolver, FontFileIdGenerator, Hasher } from '../definitions.js';
|
||||
import type { FontType } from '../types.js';
|
||||
export declare class DevFontFileIdGenerator implements FontFileIdGenerator {
|
||||
#private;
|
||||
constructor({ hasher, contentResolver, }: {
|
||||
hasher: Hasher;
|
||||
contentResolver: FontFileContentResolver;
|
||||
});
|
||||
generate({ cssVariable, originalUrl, type, font, }: {
|
||||
originalUrl: string;
|
||||
type: FontType;
|
||||
cssVariable: string;
|
||||
font: unifont.FontFaceData;
|
||||
}): string;
|
||||
}
|
||||
Reference in New Issue
Block a user