node-library-preset/lib/index.d.ts

6 lines
166 B
TypeScript

import type { PresetAsset } from "presetter-types";
export declare const DEFAULT_VARIABLE: {
source: string;
};
export default function (): Promise<PresetAsset>;