@okshaun/components 0.4.4 → 0.4.5

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
@@ -277,7 +277,7 @@ declare const containerSizes: {
277
277
 
278
278
  export declare const Divider: React.FC<DividerProps>;
279
279
 
280
- export declare type DividerProps = Omit<BoxProps, keyof DividerVariantProps> & DividerVariantProps & {
280
+ export declare type DividerProps = BoxProps & DividerVariantProps & {
281
281
  direction?: string;
282
282
  weight?: string;
283
283
  };