UNPKG
@prisma-cms/front-editor
Version:
latest (3.11.2)
3.11.2
3.11.1
3.11.0
3.10.0
3.9.3
3.9.2
3.9.0
3.8.0
3.7.2
3.7.1
3.7.0
3.6.1
3.6.0
3.5.0
3.4.0
3.3.0
3.2.2
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.0
2.18.0
2.17.2
2.17.1
2.17.0
2.16.2
2.16.1
2.16.0
2.15.1
2.15.0
2.14.1
2.14.0
2.13.5
2.13.4
2.13.3
2.13.2
2.13.1
2.13.0
2.12.15
2.12.14
2.12.13
2.12.12
2.12.11
2.12.10
2.12.9
2.12.8
2.12.7
2.12.6
2.12.5
2.12.4
2.12.3
2.12.2
2.12.1
2.12.0
2.11.1
2.11.0
2.10.0
2.9.0
2.8.7
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.9
2.7.8
2.7.7
2.7.6
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.1
2.6.0
2.5.2
2.5.1
2.5.0
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.22.1
1.22.0
1.21.0
1.20.2
1.20.1
1.20.0
1.19.10
1.19.9
1.19.8
1.19.7
1.19.6
1.19.5
1.19.4
1.19.3
1.19.2
1.19.1
1.19.0
1.18.2
1.18.1
1.18.0
1.17.4
1.17.3
1.17.2
1.17.1
1.17.0
1.16.3
1.16.2
1.16.1
1.16.0
1.15.0
1.14.2
1.14.1
1.14.0
1.13.3
1.13.2
1.13.1
1.13.0
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.1
1.10.0
1.9.4
1.9.3
1.9.1
1.9.0
1.8.0
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
github.com/prisma-cms/front-editor
prisma-cms/front-editor
@prisma-cms/front-editor
/
dist
/
components
/
Page
/
interfaces.d.ts
6 lines
(5 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
EditorComponentProps
,
EditorComponentState
}
from
'../../EditorComponent'
;
export
interface
PageProps
extends
EditorComponentProps
{ }
export
interface
PageState
extends
EditorComponentState
{ }