Projekt

Obecné

Profil

Stáhnout (165 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
import React from 'react';
2

    
3
/**
4
 * Props prepared for a react stucture that is passed to a layout.
5
 */
6
export type LayoutProps = {
7
    children: React.ReactNode;
8
};
    (1-1/1)