PHP 8.2.30
Preview: bold.d.ts Size: 1.20 KB
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@tiptap/extension-bold/dist/bold.d.ts

import { Mark } from '@tiptap/core';
export interface BoldOptions {
    /**
     * HTML attributes to add to the bold element.
     * @default {}
     * @example { class: 'foo' }
     */
    HTMLAttributes: Record<string, any>;
}
declare module '@tiptap/core' {
    interface Commands<ReturnType> {
        bold: {
            /**
             * Set a bold mark
             */
            setBold: () => ReturnType;
            /**
             * Toggle a bold mark
             */
            toggleBold: () => ReturnType;
            /**
             * Unset a bold mark
             */
            unsetBold: () => ReturnType;
        };
    }
}
/**
 * Matches bold text via `**` as input.
 */
export declare const starInputRegex: RegExp;
/**
 * Matches bold text via `**` while pasting.
 */
export declare const starPasteRegex: RegExp;
/**
 * Matches bold text via `__` as input.
 */
export declare const underscoreInputRegex: RegExp;
/**
 * Matches bold text via `__` while pasting.
 */
export declare const underscorePasteRegex: RegExp;
/**
 * This extension allows you to mark text as bold.
 * @see https://tiptap.dev/api/marks/bold
 */
export declare const Bold: Mark<BoldOptions, any>;
//# sourceMappingURL=bold.d.ts.map

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
1.20 KB lrw-r--r-- 2026-02-28 00:28:00
Edit Download
665 B lrw-r--r-- 2026-02-28 00:27:14
Edit Download
2.94 KB lrw-r--r-- 2026-02-28 00:26:34
Edit Download
4.95 KB lrw-r--r-- 2026-02-28 00:27:26
Edit Download
117 B lrw-r--r-- 2026-02-28 00:28:10
Edit Download
185 B lrw-r--r-- 2026-02-28 00:27:32
Edit Download
2.76 KB lrw-r--r-- 2026-02-28 00:26:44
Edit Download
4.87 KB lrw-r--r-- 2026-02-28 00:27:38
Edit Download
3.51 KB lrw-r--r-- 2026-02-28 00:26:54
Edit Download
4.96 KB lrw-r--r-- 2026-02-28 00:27:46
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).