UNPKG

@stratakit/structures

Version:

Medium-sized component structures for the Strata design system

9 lines (8 loc) 258 B
/** * Internal hook that should be called by all structures. * Currently, it just validates that structures are used inside `Root` (from foundations) * and stores the package version in Context. * * @private */ export declare function useInit(): void;