Sha256: b583db703fa7137b0b4ac30562c09dd18bfa7cef8731c02823388e81747ef105

Contents?: true

Size: 198 Bytes

Versions: 2

Compression:

Stored size: 198 Bytes

Contents

export declare type ToolbarTypes = {
    node?: string;
    icon?: string;
    isActive?: string | null;
    text?: string;
    onclick?: () => {};
    classname?: string;
    disable?: boolean;
};

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1609 app/pb_kits/playbook/pb_rich_text_editor/TipTap/EditorTypes.d.ts
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1608 app/pb_kits/playbook/pb_rich_text_editor/TipTap/EditorTypes.d.ts