UNPKG

jedifocus.navigations

Version:
21 lines (19 loc) 494 B
/* __.-._ * '-._"7' JediFocus * /'.-c * | /T Do. Or do not. * _)_/LI There is no try. * * This project is a part of the “Byte-Sized JavaScript” videocasts. * You can watch “Byte-Sized JavaScript” at: https://bytesized.tv/ * * MIT Licensed — See LICENSE.md * * Send your comments, suggestions, and feedback to me@volkan.io */ declare module 'jedifocus-feedback-types' { declare type LoadingIndicatorProps = { show?: boolean, text: string }; }