mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
copy README from uikit repo for typedoc porposes and quick update to documentation comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/// <reference path="uikit.d.ts" />
|
||||
import StickyOptions = UIkit.StickyOptions;
|
||||
|
||||
function testModal() {
|
||||
UIkit.modal.alert("Attention!");
|
||||
UIkit.modal.confirm("Are you sure?", function () {
|
||||
@@ -30,7 +30,7 @@ function testLightBox() {
|
||||
var element = "#group";
|
||||
var lightbox = UIkit.lightbox(element, {/* options */});
|
||||
var lightbox2 = UIkit.lightbox.create([
|
||||
{'source': 'http://url/to/video.mp4', 'type': 'video'},
|
||||
{source: 'http://url/to/video.mp4', 'type': 'video'},
|
||||
{'source': 'http://url/to/image.jpg', 'type': 'image'}
|
||||
]);
|
||||
lightbox2.show();
|
||||
|
||||
Reference in New Issue
Block a user