@furo/util
Version:
66 lines (64 loc) • 1.82 kB
TypeScript
declare const FuroDemoSnippet_base: {
new (): {
[x: string]: any;
__FBPEventlistener: any[];
__wirebundle: {};
__wireQueue: any[];
firstUpdated(): void;
__fbpAppended: boolean;
_FBPTriggerWire(wire: any, detailData: any): void;
__domPath: any;
_call(detailData: any, receiver: any): void;
_FBPAddWireHook(wire: any, cb: any, before?: any): number;
_FBPTraceWires(): void;
_FBPDebug(wire: any, openDebugger: any): void;
__toCamelCase(str: any): any;
_appendFBP(dom: any): void;
_FBPReady(): void;
__fbp_ready: boolean;
__enqueueTrigger(wire: any, detailData: any): void;
__resolveWireAndPath(w: any): {
path: any;
receivingWire: any;
};
_pathGet(root: any, path: string | (string | number)[]): any;
_pathSet(root: any, path: string | (string | number)[], value: any): string | boolean;
_split(path: string | (string | number)[]): string[];
};
[x: string]: any;
};
/**
* `furo-demo-snippet`
* This is a documentation helper to show a example, the flow and the source of an example.
*
* @summary documentation helper
* @customElement
* @appliesMixin FBP
*/
export class FuroDemoSnippet extends FuroDemoSnippet_base {
/**
* @private
* @return {Object}
*/
private static get properties();
/**
* Themable Styles
* @private
* @return {CSSResult}
*/
private static get styles();
template: any;
markdown: string;
icon: string;
source: boolean;
demo: boolean;
flow: boolean;
firstUpdated(v: any): void;
fullscreen: boolean;
/**
* @private
* @returns {TemplateResult}
*/
private render;
}
export {};