UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

2 lines (1 loc) 123 B
export type LiteralUnion<LiteralType, BaseType extends string = string> = LiteralType | (BaseType & Record<never, never>);