/**
* Main entry point for Stoop CSS-in-JS library.
* Exports the createStoop factory function and essential public types.
*/export { createStoop } from"./create-stoop";
exporttype { CSS, StoopConfig, StoopInstance, StyledComponentProps, Theme, UtilityFunction, Variants, } from"./types";