/**
 * Native common controls.
 *
 * This package holds wrappers around the Win32 common controls. The base class
 * `Control` lives here; concrete controls (buttons, list views, …) are added by
 * later plans.
 */
module deft.controls;

public import deft.controls.control;