UNPKG

@design.estate/dees-domtools

Version:

A package providing tools to simplify complex CSS structures and web development tasks, featuring TypeScript support and integration with various web technologies.

6 lines (5 loc) 136 B
/** * a basic setup for elements * makes sure everything is in check */ export declare const elementBasicSetup: () => Promise<void>;