@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
48 lines (47 loc) • 1.21 kB
TypeScript
export declare const placeholderTextMessages: {
placeholderTextPlaceholder: {
id: string;
defaultMessage: string;
description: string;
};
shortEmptyNodePlaceholderText: {
id: string;
defaultMessage: string;
description: string;
};
shortEmptyNodePlaceholderADFSlashShortcut: {
id: string;
defaultMessage: string;
description: string;
};
shortEmptyNodePlaceholderADFSuffix: {
id: string;
defaultMessage: string;
description: string;
};
longEmptyNodePlaceholderText: {
id: string;
defaultMessage: string;
description: string;
};
longEmptyNodePlaceholderADFPrefix: {
id: string;
defaultMessage: string;
description: string;
};
longEmptyNodePlaceholderADFSlashShortcut: {
id: string;
defaultMessage: string;
description: string;
};
longEmptyNodePlaceholderADFSuffix: {
id: string;
defaultMessage: string;
description: string;
};
sourceSyncBlockPlaceholderText: {
id: string;
defaultMessage: string;
description: string;
};
};