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
20 lines
625 B
Plaintext
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 { }
|