permix
Version:
Permix is a lightweight, framework-agnostic, type-safe permissions management library for JavaScript applications on the client and server sides.
14 lines (13 loc) • 306 B
JavaScript
import Check from './Check.svelte';
/**
* Creates type-safe Permix components for Svelte bound to your instance.
*
* @link https://permix.letstri.dev/docs/integrations/svelte
*/
export function createComponents(
// eslint-disable-next-line no-unused-vars
permix) {
return {
Check,
};
}