Files
klz-cables.com/.pnpm-store/v10/files/7b/7c13307dd70edc4c0d80fd28e34c3d01a26ebae9383f37a9a5bbc1633de3fa5185e679aee2445bf71041f6f197df771ba4d91eca257fee16831fac978a248c
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

20 lines
625 B
Plaintext

import { Config } from '../dist/tailwindcss';
import * as React_2 from 'react';
export declare interface EmailElementProps {
children?: React_2.ReactNode;
className?: string;
style?: React_2.CSSProperties;
}
export declare const Tailwind: React_2.FC<TailwindProps>;
export declare type TailwindConfig = Pick<Config, "important" | "prefix" | "separator" | "safelist" | "blocklist" | "presets" | "future" | "experimental" | "darkMode" | "theme" | "corePlugins" | "plugins">;
export declare interface TailwindProps {
children: React_2.ReactNode;
config?: TailwindConfig;
}
export { }