gd-bs 6.0.0 → 6.0.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/gd-bs.d.ts CHANGED
@@ -2456,6 +2456,8 @@ declare module 'gd-bs/components/popover/types' {
2456
2456
  */
2457
2457
  export interface IPopoverProps extends IBaseProps<IPopover> {
2458
2458
  btnProps?: IButtonProps;
2459
+ classNameBody?: string;
2460
+ classNameHeader?: string;
2459
2461
  isDismissible?: boolean;
2460
2462
  options?: ITippyProps;
2461
2463
  placement?: number;