UNPKG
@afzalimdad9/react-alert
Version:
latest (7.0.8)
7.0.8
7.0.7
7.0.6
7.0.5
7.0.4
7.0.3
A simple react alert component
github.com/afzalimdad9/react-alert
afzalimdad9/react-alert
@afzalimdad9/react-alert
/
dist
/
helpers.d.ts
2 lines
•
148 B
TypeScript
View Raw
1
2
export
declare
const
groupBy
: <Alert>(
array
: Alert[],
fn
: (
item: Alert
) =>
string
) => Record<
string
, Alert[]>;
//# sourceMappingURL=helpers.d.ts.map