UNPKG
@massds/mayflower-react
Version:
latest (15.1.0)
15.1.0
15.0.0
14.1.2
14.1.0
14.0.0
13.2.0
13.1.0
13.0.1
13.0.0
12.7.0
12.6.0
12.5.1
12.5.0
12.4.0
12.3.1
12.3.0
12.2.1
12.2.0
12.1.0
12.0.1
12.0.0
11.26.0
11.25.1
11.25.0
11.24.0
11.23.0
11.22.0
11.21.0
11.20.1
11.20.0
11.19.1
11.19.0
11.18.0
11.17.0
11.16.3
11.16.2
11.16.1
11.16.0
11.15.3
11.15.2
11.15.1
11.15.0
11.14.1
11.14.0
11.13.0
11.12.0
11.11.0
11.10.0
11.9.0
11.8.0
11.7.1
11.7.0
11.6.0
11.5.1
11.5.0
11.4.2
11.4.1
11.4.0
11.3.0
11.2.2
11.2.1
11.2.0
11.1.5
11.1.4
11.1.3
11.1.2
11.1.1
11.1.0
11.0.2
11.0.1
11.0.0
10.4.1
10.4.0
10.3.0
10.2.0
10.1.2
10.1.1
10.1.0
10.0.0
10.0.0-alpha.2
10.0.0-alpha.1
10.0.0-alpha
9.56.0
9.55.1
9.55.0
9.54.0
9.53.1
9.53.0
9.52.1
9.52.0
9.51.2
9.51.1
9.51.0
9.50.0
9.49.3
9.49.2
9.49.1
9.49.0
9.48.0
9.47.0
9.46.1
9.46.0
9.45.2
9.45.1
9.45.0
9.44.2
9.44.1
9.44.0
9.43.0
9.42.1
9.41.0
9.40.2
9.40.1
9.40.0
9.39.3
9.39.2
9.39.1
9.38.0
9.37.0
9.36.0
9.35.0
9.34.0
9.33.0
9.32.0
9.31.0
9.30.0
9.29.0
9.28.2
9.28.0
9.27.0
9.26.0
9.25.0
9.24.0
9.23.0
9.22.0
9.21.0
9.20.0
9.19.0
9.18.0
9.17.0
9.16.0
9.15.1
9.15.0
9.14.0
9.13.0
9.12.0
9.11.1
9.11.0
9.10.0
9.9.1
9.9.0
9.8.0
9.7.0
9.6.0
9.5.1
9.5.0
9.5.0-test
9.4.2
9.4.1
9.4.0
9.3.0
9.2.1
9.2.0
9.1.1
9.1.0
9.0.0
8.26.0
8.25.0
8.24.1
8.24.0
8.23.3
8.23.2
8.23.1
8.23.0
8.22.0
8.21.0
8.20.0
8.19.1
8.19.0
8.18.0
8.17.0
8.16.0
8.15.2
8.15.0
8.14.1
8.14.0
8.13.0
8.12.0
8.11.0
8.10.0
8.9.0
8.8.0
8.7.0
8.6.0
8.5.1
8.5.0
8.4.0
8.3.0
8.2.0
8.1.50
8.1.0
8.0.1
7.0.0
7.0.0-beta10206
7.0.0-beta10056
6.3.0
6.2.3
6.2.2
6.2.1
6.2.0
6.1.0
6.0.0
0.45.2
0.45.1
0.45.0
0.44.1
0.44.0
0.43.2
0.43.1
0.43.0
0.42.1
0.42.0
0.41.3
0.41.2
0.41.1
0.41.0
0.40.0
0.39.0
0.38.0
0.37.0
0.36.0
0.35.0
0.34.0
0.33.0
0.32.3
0.32.2
0.32.1
0.32.0
0.31.0
0.30.3
0.30.2
0.30.1
0.30.0
0.29.0
0.28.0
0.27.0
0.26.0
0.25.0
0.24.0
0.23.0
0.22.0
0.21.0
0.20.0
0.19.0
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
React versions of Mayflower design system UI components
massgov/mayflower
@massds/mayflower-react
/
dist
/
Error403
/
index.d.ts
7 lines
(6 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
Error403Props
{
/** A function that returns a SiteLogo component for NarrowTemplate to render. */
siteLogo?(...
args
:
unknown
[]):
unknown
; }
declare
const
Error403
:
(
{ siteLogo }:
Error403Props
) =>
any
;
export
default
Error403
;