Skip to content

Commit 6da7184

Browse files
authored
Export ConfigTab type (#38)
* export config tab type * 0.84.1
1 parent 4b52ee2 commit 6da7184

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "roamjs-components",
33
"description": "Expansive toolset, utilities, & components for developing RoamJS extensions.",
4-
"version": "0.84.0",
4+
"version": "0.84.1",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"scripts": {

src/components/ConfigPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import type { Field, UnionField } from "./ConfigPanels/types";
1313
import { Brand } from "./ConfigPanels/getBrandColors";
1414
import { InputTextNode } from "../types";
1515

16-
type ConfigTab = {
16+
export type ConfigTab = {
1717
id: string;
1818
toggleable?: boolean | "premium";
1919
onEnable?: () => void;

0 commit comments

Comments
 (0)