3 lines
163 B
TypeScript
3 lines
163 B
TypeScript
/** Max length for title and description fields in the add-custom-method-card wizard (Figma 0/48). */
|
|
export const CUSTOM_METHOD_CARD_WIZARD_MAX_FIELD_CHARS = 48;
|