persona-community-5/.pnpm-store/v3/files/58/eb7b33ffdfb7633845a836f8e3eda93b6255e4185b6018d29665ec59ee425c66693aad1aad523480c56c36314d8431bb5a7c7a7811a7f2b5f80b5176f6a371
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

4 lines
196 B
Plaintext

import type { Options } from "../index";
import type TokenProcessor from "../TokenProcessor";
export declare function getNonTypeIdentifiers(tokens: TokenProcessor, options: Options): Set<string>;