import type { Config } from "tailwindcss/types/config";

export interface IOption {
    tailwindConfigPath?: string;
    tailwindConfig?: Config;
}
