UNPKG
@opendash/plugin-openware
Version:
latest (0.4.0)
0.4.0
0.3.1
0.3.0
open.WARE Plugin for open.DASH
@opendash/plugin-openware
/
dist
/
reporting
/
reports
/
basic.d.ts
8 lines
(7 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
React
from
"react"
;
interface
Props
{
style
?:
React
.
CSSProperties
;
onSave
:
(
callback
: () =>
any
) =>
void
; }
export
declare
const
Settings
:
React
.
FC
<
Props
>;
export
{};