@nimbus-ds/components 5.5.2-rc.11 → 5.5.2-rc.13
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2241,7 +2241,7 @@ export interface ChipProperties {
|
|
|
2241
2241
|
*/
|
|
2242
2242
|
removable?: boolean;
|
|
2243
2243
|
}
|
|
2244
|
-
export type ChipProps = ChipProperties & ButtonHTMLAttributes<HTMLButtonElement>;
|
|
2244
|
+
export type ChipProps = ChipProperties & ButtonHTMLAttributes<HTMLButtonElement | HTMLDivElement>;
|
|
2245
2245
|
export declare const Chip: React.FC<ChipProps> & ChipComponents;
|
|
2246
2246
|
export type FileUploaderSkeletonProperties = Partial<Pick<SkeletonProps, "width">> & Partial<Pick<SkeletonProps, "height">> & Partial<Pick<FileUploaderProps, "aspectRatio">> & {
|
|
2247
2247
|
/**
|