@use '../../base' as *;
@use 'sass:string';

/// @access private
/// @author <a href="https://github.com/desig9stein" target="_blank">Marin Popov</a>
@mixin component() {
    igc-rating {
        // Register the component in the component registry
        @include register-component(
            $name: 'igc-rating',
        );
    }
}
