UNPKG

@stratakit/bricks

Version:

Small, modular components for StrataKit

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