roamjs-components 0.72.10 → 0.72.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/native.d.ts +1 -1
package/package.json
CHANGED
package/types/native.d.ts
CHANGED
|
@@ -189,7 +189,7 @@ export declare type PullBlock = {
|
|
|
189
189
|
};
|
|
190
190
|
export declare type RoamPullResult = RoamPull | null;
|
|
191
191
|
export declare type ViewType = "document" | "bullet" | "numbered";
|
|
192
|
-
export declare type TextAlignment = "left" | "center" | "right";
|
|
192
|
+
export declare type TextAlignment = "left" | "center" | "right" | "justify";
|
|
193
193
|
export declare type RoamBlock = {
|
|
194
194
|
attrs?: {
|
|
195
195
|
source: string[];
|