UNPKG

@hero-design/snowflake-guard

Version:

A hero-design bot detecting snowflake usage

4 lines (3 loc) 178 B
import { HD_COMPONENTS, RULESET_MAP } from './constants'; export type ComponentName = typeof HD_COMPONENTS[number]; export type CompoundComponentName = keyof typeof RULESET_MAP;