@dabapps/roe
Version:
A collection of React components, styles, mixins, and atomic CSS classes to aid with the development of web applications.
8 lines (7 loc) • 378 B
TypeScript
export declare const NBSP = "\u00A0";
export declare const MATCHES_INITIAL_INDENTATION: RegExp;
export declare const MATCHES_BLANK_FIRST_LINE: RegExp;
export declare const MATCHES_BLANK_LAST_LINE: RegExp;
export declare const MATCHES_AMPERSAND: RegExp;
export declare const MATCHES_NON_WORD_CHARACTERS: RegExp;
export declare const MATCHES_LEADING_AND_TRAILING_HYPHENS: RegExp;