UNPKG
@gruzf/styles
Version:
latest (4.1.9)
4.1.9
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.2
4.0.1
4.0.0
3.0.2
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.6.1
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
This library is designed to style React components for the Gruzovichkof company.
@gruzf/styles
/
createDocument.d.ts
10 lines
(6 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
BaseDocument
from
'next/document'
;
declare
const
createDocument
:
(
properties
?:
CreateDocument
) =>
typeof
BaseDocument
;
declare
type
CreateDocument
= {
Document
?:
typeof
BaseDocument
; };
export
{ createDocument, createDocument
as
default
};