JSPM

@clerk/types

4.13.0-canary.vf47b901
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 597208
  • Score
    100M100P100Q173119F
  • License MIT

Typings for Clerk libraries.

Package Exports

  • @clerk/types
  • @clerk/types/dist/esm/index.js
  • @clerk/types/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@clerk/types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme


@clerk/types


Overview

This package provides the TypeScript type declarations for Clerk libraries.

Getting Started

It is worth noting that Clerk packages automatically include their type declarations when installed so adding this package manually is not typically necessary.

Installation

npm install --save-dev @clerk/types

Build

npm run build

To build types in watch mode, run the following:

npm run dev

Usage

Example implementation:

import type { OAuthStrategy } from '@clerk/types';

export type OAuthProps = {
  oAuthOptions: OAuthStrategy[];
  error?: string;
  setError?: React.Dispatch<React.SetStateAction<string | undefined>>;
};

For further details and examples, please refer to our Documentation.

Support

You can get in touch with us in any of the following ways:

Contributing

We're open to all community contributions! If you'd like to contribute in any way, please read our contribution guidelines.

Security

@clerk/types follows good practices of security, but 100% security cannot be assured.

@clerk/types is provided "as is" without any warranty. Use at your own risk.

For more information and to report security issues, please refer to our security documentation.

License

This project is licensed under the MIT license.

See LICENSE for more information.