UNPKG
lumarc-grid
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
lumArc Grid는 고성능, 유연하고 프레임워크에 구애받지 않는 데이터 그리드 라이브러리
github.com/amenooto/lumarc
amenooto/lumarc
lumarc-grid
/
dist
/
core
/
components
/
ui
/
sonner.d.ts
5 lines
•
253 B
TypeScript
View Raw
1
2
3
4
5
import
{
Toaster
as
Sonner
}
from
'sonner'
;
type
ToasterProps
=
React
.
ComponentProps
<
typeof
Sonner
>;
declare
const
Toaster
:
(
{ ...props }:
ToasterProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
{
Toaster
};
//# sourceMappingURL=sonner.d.ts.map