@empathyco/x-tailwindcss
Version:
Empathy X Tailwind plugin
16 lines (15 loc) • 527 B
TypeScript
/**
* Defines the x-tailwind plugin as a Tailwind {@link plugin} that can be invoked passing a
* configuration object to customize it. The plugin is bundled with generated static and dynamic
* components and utilities, all based on the plugin's theme.
*
* @public
*/
declare const _default: {
(options: unknown): {
handler: import("tailwindcss/types/config").PluginCreator;
config?: Partial<import("tailwindcss/types/config").Config>;
};
__isOptionsFunction: true;
};
export default _default;