Installation
npm install --save @types/sheetify
Summary
This package contains type definitions for sheetify (https://github.com/stackcss/sheetify).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sheetify.
index.d.ts
declare namespace sheetify {
function getPrefix(css: string): string;
}
declare function sheetify(
src: string | TemplateStringsArray,
filename?: string,
options?: { [prop: string]: any },
done?: (err: Error, css: string, prefix: string) => void,
): string;
declare function sheetify(src: string | TemplateStringsArray, options: { [prop: string]: any }): void;
export = sheetify;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: none
Credits
These definitions were written by Todd Kennedy.