/** * GROWI styles loader for HackMD * * This file will be transpiled as a single JS * and should be load from HackMD head via 'routes/hackmd.js' route * * USAGE: * * * @author Yuki Takei */ declare const styles = "<%= styles %>"; /** * Insert link tag to load style file */ declare function insertStyle(): void;