UNPKG
@kalamazoo/profilecard
Version:
latest (1.0.2)
1.0.2
1.0.0
A React component to display a card with user information.
bitbucket.org/atlassian/atlaskit-mk-2
@kalamazoo/profilecard
/
dist
/
cjs
/
internal
/
filterActions.d.ts
4 lines
(3 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
import
{
ProfileCardAction
}
from
'../types'
;
declare
const
filterActions
:
(
actions
:
ProfileCardAction
[] |
undefined
,
data
:
any
) =>
ProfileCardAction
[];
export
default
filterActions;