laif-ds 0.1.7 → 0.1.8
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/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -936,7 +936,7 @@ export declare function RadioGroup({ className, ...props }: React_2.ComponentPro
|
|
|
936
936
|
|
|
937
937
|
export declare function RadioGroupItem({ className, ...props }: React_2.ComponentProps<typeof RadioGroupPrimitive.Item>): JSX.Element;
|
|
938
938
|
|
|
939
|
-
declare type RawGanttDataType<T = Record<string, unknown>> = {
|
|
939
|
+
export declare type RawGanttDataType<T = Record<string, unknown>> = {
|
|
940
940
|
/**
|
|
941
941
|
* Title of gantt item
|
|
942
942
|
*/
|