sass-site/source/@types/typogr.d.ts

4 lines
78 B
TypeScript
Raw Normal View History

2023-03-08 21:59:19 +01:00
declare module 'typogr' {
export function typogrify(src: string): string;
}