react-slot-counter
Version:
Make Your Numbers Pop: Simple and Dynamic Counters for Your UI
13 lines (12 loc) • 486 B
TypeScript
export declare const SEPARATOR_CHARACTERS: string[];
export declare const SPACE_UNICODE_REGEXP: RegExp;
export declare const NBSP_UNICODE_REGEXP: RegExp;
export declare const NARROW_NO_BREAK_SPACE_UNICODE_REGEXP: RegExp;
export declare const CLASS_NAMES: {
SLOT_COUNTER: string;
SLOT_COUNTER_SEPARATOR: string;
SLOT_COUNTER_ITEM: string;
SLOT_COUNTER_ITEM_NUMBERS: string;
SLOT_COUNTER_ITEM_NUMBER: string;
SLOT_COUNTER_ITEM_NUMBER_VALUE: string;
};