forstok-ui-lib 6.6.1 → 6.6.2
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
CHANGED
|
@@ -953,7 +953,7 @@ declare const IconDot: styled_components_dist_types.IStyledComponentBase<"web",
|
|
|
953
953
|
$mode?: "list" | "header" | "chat";
|
|
954
954
|
$width?: string;
|
|
955
955
|
$height?: string;
|
|
956
|
-
$size?:
|
|
956
|
+
$size?: string;
|
|
957
957
|
}>> & string;
|
|
958
958
|
declare const SortByWrapper: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
959
959
|
declare const DetailWrapper: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|