tailwindcss-jun-layout
Version:
A powerful Tailwind CSS plugin for building dynamic layouts with ease
35 lines (32 loc) • 989 B
TypeScript
import * as tailwindcss_types_config from 'tailwindcss/types/config';
declare function triggerEdgeCollapse(options: {
event: {
target: EventTarget;
};
sidebarId?: string;
state?: boolean;
document?: Document | null;
}): void;
declare function triggerEdgeDrawer(options?: {
sidebarId?: string;
state?: boolean;
document?: Document | null;
}): void;
declare function triggerEdgeCollapseRight(options: {
event: {
target: EventTarget;
};
sidebarId?: string;
state?: boolean;
document?: Document | null;
}): void;
declare function triggerEdgeDrawerRight(options?: {
sidebarId?: string;
state?: boolean;
document?: Document | null;
}): void;
declare const _default: {
handler: tailwindcss_types_config.PluginCreator;
config?: Partial<tailwindcss_types_config.Config> | undefined;
};
export { _default as default, triggerEdgeCollapse, triggerEdgeCollapseRight, triggerEdgeDrawer, triggerEdgeDrawerRight };