gov-ui-core 1.0.8 → 1.0.9

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.
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ interface ICreateTableProps {
3
+ }
4
+ export declare const FormItemBox: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
5
+ width?: number | undefined;
6
+ gap?: number | undefined;
7
+ fullHeight?: boolean | undefined;
8
+ }, never>;
9
+ export declare const DATASOURCE_TYPE: {
10
+ ICEBERG: string;
11
+ JDBC: string;
12
+ ORC: string;
13
+ PARQUET: string;
14
+ };
15
+ export declare const DATASOURCE_TYPE_OPTIONS: {
16
+ label: string;
17
+ value: string;
18
+ }[];
19
+ declare const CreateTable: React.FC<ICreateTableProps>;
20
+ export default CreateTable;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gov-ui-core",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.js",
6
6
  "types": "./build/modules.d.ts",