sepidnes's picture
Add RAG implementation with backend, frontend and aimakerspace
56fda74
Raw
History Blame
109 Bytes
import type { Declaration } from 'postcss';
export declare function hasFallback(node: Declaration): boolean;