public static async load()

in tools/rhythm-ui/src/stubs/Button.ts [6:8]


	public static async load() {
		return (await import('@rhythm-ui/button/lib/RuiButton')).RuiButton;
	}