File size: 69 Bytes
6d65f0c
 
 
 
1
2
3
4
declare module '*.yml' {
  const data: any;
  export default data;
}