f0c28085c0
* chore(main): release 15.4.0 * chore: generate versioned docs Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
222 B
222 B
sidebar_label |
---|
CustomQueryHandler.queryOne |
CustomQueryHandler.queryOne property
Signature:
interface CustomQueryHandler {
queryOne?: (element: Node, selector: string) => Node | null;
}