@useloops/design-system 1.4.268 → 1.4.270
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/esm/index.js +3 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1329,6 +1329,7 @@ interface IconButtonProps extends IconButtonBaseProps {
|
|
|
1329
1329
|
slotProps?: {
|
|
1330
1330
|
tooltip?: Omit<TooltipProps, 'message'>;
|
|
1331
1331
|
};
|
|
1332
|
+
emojiMode?: boolean;
|
|
1332
1333
|
}
|
|
1333
1334
|
declare const IconButton: react.ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
1334
1335
|
|